.schulleitung-bild {
  float: left;
  width: 50%;
  margin-right: 2rem;
  margin-bottom: 1rem;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
}

.link-blue {
  color: #0082fa !important;
  font-weight: 600;
}

a {
  -webkit-text-decoration: none !important;
  text-decoration: none !important;
}

#button-letter-upper > a {
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
}

.cookie-button {
  background: #0082fa !important;
}

p.intro:first-letter {
  font-size: 80px;
  display: block;
  float: left;
  line-height: .5;
  margin: 15px 15px 10px 0;
}

.wpcf7-not-valid-tip {
    color: #ff0000 !important;
}

.wpcf7-response-output {
  margin-bottom: 20px !important;
  border-color: #0082fa !important;
}

.background-top-left-right-bottom {
  box-shadow: 
     5px 5px 5px rgba(0, 0, 0, 0.3),
    -5px -5px 5px rgba(0, 0, 0, 0.3);
}

.background-grey-blue {
  background: #0082fa; /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #f4f4f4, #0082fa); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #f4f4f4, #0082fa); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.image-with-text {
  border-radius: 5px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
  height: 300px;
  overflow: hidden;
  position: relative;
  display: inline-block;
}

.image-with-text > img {
  position: relative;
  height: 100%;
  z-index: -3;
}

.image-with-text-headline {
  position: absolute;
  margin: 15px;
  left: 0;
  top: 0;
  height: calc(100% - 30px);
  width: 30%;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.image-with-text-headline:before {
  content: '';
  position: absolute;
  z-index: -2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: inherit;
}

.image-with-text-headline:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: .125em;
  right: .125em;
  bottom: .125em;
  left: .125em;
  background-color: #fff;
}

a.mailto {
  margin-left: 5px;
  color: #0082fa !important;
}

.kingster-sidebar-right {
  background-color: #fff;
  box-shadow: 
     3px 3px 3px rgba(0, 0, 0, 0.3),
    -3px 0px 3px rgba(0, 0, 0, 0.3);
  margin-bottom: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: #f4f4f4;
}

.kingster-single-nav:hover > a {
  color: #0082fa;
  text-decoration: none;
}

/*
.kingster-sidebar-right > .kingster-sidebar-area.kingster-item-pdlr {
  padding: 0;
  padding-top: 40px !important;
}
*/


/* Sidebar: Post entry -> author */
.gdlr-core-recent-post-widget-content > .gdlr-core-recent-post-widget-info > 
  .gdlr-core-blog-info-author {
  display: none !important;
}

/* Sidebar: Single post entry */
.gdlr-core-recent-post-widget {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  /*border-top: 1px #f4f4f4 solid !important;*/
  border: 1px #000000 solid !important;
  border-radius: 5px;
}

/* Sidebar: Preview image */
.gdlr-core-recent-post-widget > .gdlr-core-recent-post-widget-thumbnail.gdlr-core-media-image {
  margin-right: 0 !important;
  float: left !important;
  max-width: 100% !important;
  margin-left: 5px !important;
  margin-right: 10px !important;
}

.gdlr-core-recent-post-widget-content > .gdlr-core-recent-post-widget-title > a {
  color: #000;
  font-weight: 700;
  letter-spacing: 0px;
}

.gdlr-core-recent-post-widget > .gdlr-core-recent-post-widget-thumbnail.gdlr-core-media-image > img {
  height: 75px;
  width: 75px;
}

.sidebar-heading.sidebar-heading-cal {
  letter-spacing: 2px;
}

.kingster-sidebar-area.kingster-item-pdlr > .widget.widget_text.kingster-widget {
  margin-bottom: 10px !important;
}

.gdlr-core-recent-post-widget:hover {

}

.kingster-single-article-date-month {
  color: #fff !important;
  font-weight: 700 !important;
}

.kingster-not-found-background {
  background-image: url('/f5Qp8mVB/wp-content/uploads/2021/01/under-construction-2629934_1920-1.jpg') !important;
}

.kingster-sidebar-area.kingster-item-pdlr {
  padding-top: 20px !important;
}

.kingster-sidebar-area > * > * > .sidebar-heading {
  display: block;
  margin: 1em 0 1em 0;
	font-weight: 600 !important;
	position: relative !important;
	/*text-shadow: 0 0px 0px rgba(0,0,0,0.4);*/
	font-size: 20px !important;
	line-height: 40px;
	color: #fff !important;
	background: #0082fa;
	padding: 10px 15px 10px 5% !important;
	text-transform: uppercase !important;
	border-radius: 5px 5px 0px 0px;
	box-shadow: 
	  3px 3px 3px rgba(0, 0, 0, 0.3),
	  -3px -3px 3px rgba(0, 0, 0, 0.3);
	text-align: center;
}

/*
.kingster-sidebar-area > * > * .sidebar-heading:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  border: solid #fff;
  border-width: 2px 0 0 2px;
  border-radius: 0px 0px 0px 5px;
}

.kingster-sidebar-area > * > * .sidebar-heading:before {
  left: 5px;
  top: 5px;
}

.kingster-sidebar-area > * > * .sidebar-heading:after {
  border-width: 0px 2px 2px 0px;
  border-radius: 0px 0px 0px 5px;
  right: 5px;
  bottom: 5px;
}
*/

/*
.kingster-sidebar-area > * > * > .sidebar-heading.sidebar-heading-news {
	background: #0082fa url('/f5Qp8mVB/wp-content/uploads/2021/01/papers-3819540_1920.jpg') no-repeat center left;
	background-size: contain;
}

.kingster-sidebar-area > * > * > .sidebar-heading.sidebar-heading-cal {
	background: #0082fa url('/f5Qp8mVB/wp-content/uploads/2021/01/calendar-1990453_1920.jpg') no-repeat center left;
	background-size: contain;
}
*/

.kingster-sidebar-area > * > * > .sidebar-heading-icon {
  display: flex;
  flex-direction: row;
}

.kingster-sidebar-area > * > * > .sidebar-heading-icon > .fa {
  display: inline-block;
  font-size: 20px !important;
  background-color: #0082fa;
  color: #ffffff;
  border-radius: 50px;
  padding: 0.75em 1em;
}

.kingster-sidebar-area > * > * > .sidebar-heading-icon:after, .kingster-sidebar-area > * > * > .sidebar-heading-icon:before {
  content: "";
  flex: 1 1;
  border-bottom: 1px solid rgba(53,86,129, 0.3);
  margin: auto;
}

.kingster-sidebar-area > * > * > .sidebar-heading-icon:before {
  margin-right: 10px;
}

.kingster-sidebar-area > * > * > .sidebar-heading-icon:after {
  margin-left: 10px;
}

#gdlr-core-recent-post-widget-2 {
  margin-top: -20px;
}

/*
.kingster-widget-title, .kingster-header-container, .kingster-header-full {
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
*/

/* Frontpage: Blog entry (Corona) */
.blog-corona > * > * > .gdlr-core-blog-grid {
  background-color: rgba(255, 255, 255, 0.75) !important;
  border-radius: 5px;
}

a.gdlr-core-excerpt-read-more.gdlr-core-button {
  background-color: #0082fa;
  color: #fff;
  border-radius: 5px;
  border-style: 2px solid #0082fa;
  text-transform: uppercase;
  letter-spacing: 1px;
}

a.gdlr-core-excerpt-read-more.gdlr-core-button:hover {
  text-decoration: none;
}

div.gdlr-core-personnel-list.clearfix {
  border: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}

#personnel-kollegium > * > * > .gdlr-core-personnel-list-image.gdlr-core-media-image {
  margin-top: 10px;
}

.icon-white {
  background-color: #ffffff;
}

/* Footer icon */
.footer-icon.fa {
  font-size: 36px;
  color: #ffffff;
  border-radius: 50%;
  width: 2em;
  height: 2em;
  line-height: 2em;
  border: 2px solid #ffffff;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
}

/* Schule / Vorstellung: Blue background */
.gdlr-core-pbf-wrapper.presentation-blue > .gdlr-core-pbf-background-wrap {
  background: radial-gradient(ellipse at center, #43a1f9 0%, #0082fa 100%);
}

.presentation-blue {
  background: radial-gradient(ellipse at center, #43a1f9 0%, #0082fa 100%);
  opacity: 1;
}

/* Tab Feature 3 */
.gdlr-core-tab-feature3-content > .gdlr-core-tab-feature3-content-text {
  font-size: 16px !important;
}

/* iCal Events Lists (Large Calendar) */
.ical.largecalendar {
  font-size: 13px !important;
  table-layout: fixed;
  width: 100%;
}

.ical.largecalendar > td {
  width: 15%;
}

.ical.largecalendar > caption {
  display: none;
}

.day > .daylink, .day {
  font-weight: 800;
  color: #000000;
}

.dayheaders > th {
  background-color: #0082fa;
  font-size: 14px !important;
}

.week > td > div {
  color: #000000;
}

.calendar_navigation > form {
  text-align: center;
}

.calendar_navigation > a.prevmonth {
  float: left;
}

.calendar_navigation > a.nextmonth {
  float: right;
}

.calendar_navigation > a.prevmonth > i {
  margin-right: 5px;
}

.calendar_navigation > a.nextmonth > i {
  margin-left: 5px;
}

.calendar_navigation > form > input[type="submit"] {
  background-color: #ffffff;
  border: 2px solid #0082fa;
  color: #0082fa;
  margin-left: 20px;
}

/* iCal Events Sidebar (List) */
.ical > article {
  margin: 0;
  border: none;
}

.ical > * > * > .eventdate {
  margin-left: 20px;
}

.ical > * > * > .eventdate, .ical > * > * > .enddate, .ical > * > * > .starttime, .ical > * > * > .endtime {
  font-size: 12px;
}

.ical > * > * > .summary {
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin-left: 20px;
}

.ical > * > .odd.alt {
  background-color: #fcfcfc;
  color: #000000;
}
.ical > * > .future {
  background-color: #f4f4f4;
  color: #000000;
}

.cal0.vevent.event > .eventdate > abbr, .cal0.vevent.event > .enddate > abbr{
  text-decoration: none !important;
  font-weight: 600;
}
.cal0.vevent.event > .eventdate > abbr[title], .cal0.vevent.event > .enddate > abbr[title] {
  border: none !important;
  cursor: pointer !important;
}

@media only screen and (max-width: 1360px) {
  .button {
    width: 100% !important;
  }
  .button-headline {
    height: 50px !important;
  }
  .button-add-text {
    display: none !important;
  }
}

.button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #FFF;
  width: 90%;
  height: 180px;
  padding: 4px;
  border-radius: 5px; 
  transition: 0.3s ease-in-out;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

.button:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.5);
}

.button:hover > .button-right {
  border-left: 2px solid #fff;
}

.button-left {
  position: relative;
  height: 100%;
  width: 100%;
}

.button-right {
  display: flex;
  position: relative;
  justify-content: center;
  height: 100%;
  width: 20%;
  background-color: #23618e;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.button-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FFF;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.button-link {
  -webkit-text-decoration: none;
  text-decoration: none;
}

.button-pic {
  position: relative;
  width: 100%;
  height: 100%;
}

.button-pic-img {
  width: 100%;
  height: 100% !important;
  filter: grayscale(0);
}

.button-headline {
  z-index: 99;
  position: absolute;
  width: 100%;
  height: 70px;
  bottom: 0px;
  font-size: 18px !important;
  font-weight: 700;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}

.button-headline-only {
  z-index: 99;
  position: absolute;
  width: 100%;
  height: 50px;
  bottom: 0px;
  font-size: 18px !important;
  font-weight: 700;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}

.button-headline-text {
  position: absolute;
  justify-content: center;
  margin-left: 10px;
  margin-top: 10px;
}

.button-add-text {
  z-index: 99;
  position: absolute;
  color: #fff;
  bottom: 0px;
  height: 30px;
  margin-left: 10px;
  opacity: 0.7;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.button-dot {
  position: absolute;
  bottom: 3%;
  width: 40px;
  height: 40px;
  background-color: #FFF;
  border: none;
  border-radius: 30px;
  outline: none;
  transition: all 0.3s ease;
}

.button-dot:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-40%) translateY(-50%);
  transform: translateX(-40%) translateY(-50%);
  transform-origin: center center;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 20px solid #23618e;
  z-index: 100;
  -webkit-transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* Read more button */
.button-read-more {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  background-color: #FFF;
  margin-top: 20px;
  height: 50px;
  border-radius: 5px; 
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  overflow: hidden;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
}

.button-read-more:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  scale: 1.05;
}

.button-read-more:hover > .button-read-more-left {
  border-right: 2px solid #fff;
}

.button-read-more-left {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background-color: #0082fa;
  text-transform: uppercase;
  letter-spacing: 0.025rem;
  font-weight: 500;
  font-size: 1rem;
  color: #fff;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.button-read-more-right {
  display: flex;
  align-items: center;
  height: 100%;
  background-color: #23618e;
}

.button-read-more-svg-icon {
  fill: #ffffff;
  width: 2.5rem;
  height: 2.5rem;
  margin: 0.5rem;

}
/* Read more button */

/* Red button */
a.red-button {
  display: block;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  background-color: #e81c1c;
  color: #ffffff;
  padding: 15px 20px; 
  margin: 20px 0;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

/* Blue button */
a.blue-button {
  display: block;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
  color: #0082fa;
  padding: 15px 20px; 
  margin: 20px 0;
  border: 2px #0082fa solid;
  border-radius: 5px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.blue-button:hover, .blue-button:focus, .blue-button:active {
  border: 2px #23618e solid;
  text-decoration: none !important;
  -webkit-transition: 0.25s ease-in-out all; 
  -moz-transition: 0.25s ease-in-out all; 
  transition: 0.25s ease-in-out all;
  
}

.blue-button-icon { 
  display: block;
  float: left;
  font-size: 24px!important;
  color: #0082fa;
  opacity: 0.75;
}

.blue-button-wrap { 
  display: inline-block; 
  margin-left: 35px; 
}

.blue-button-title { 
  display: block; 
  font-size: 18px; 
  font-weight: 600; 
  color: #0082fa; 
  line-height: 20px; 
}

.blue-button-tagline { 
  display: block; 
  font-size: 14px; 
  line-height: 20px; 
  font-weight: 400; 
  margin-top: 5px; 
}

.blue-button-icon, .blue-button-tagline { color: #0082fa; opacity: 0.5; margin-top: 4px; }
a.blue-button { text-align: left;}

/* Sidebar news: Title link */
.pis-title-link { 
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin-left: 20px;
  margin-bottom: -20px;
}
/* Sidebar news: Date */
.pis-date {
  display: block;
  font-size: 12px;
  margin-left: 20px;
  margin-bottom: 5px;
  opacity: 0.6;
}

.pis-title {
  display: block;
}

.pis-utility {
  display: block;
  margin-top: 0px;
}

.pis-li {
  border-bottom-width: 2px;
  border-bottom-style: solid;
  margin-top: 20px;
}

/* Large icon with heading */
a.icon-with-heading {
  display: flex;
  justify-content: center;
  flex-direction: column;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
  color: #2a6eb7;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  background-color: #ffffff;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

a.icon-with-heading:hover, a.icon-with-heading:focus, a.icon-with-heading:active {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.3);
}

.icon-with-heading-icon { 
  display: block;
  float: top;
  color: #2a6eb7;
  font-size: 36px!important;
  text-align: center;
  margin-top: 20px;
}

.icon-with-heading-title { 
  display: block; 
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  text-align: center;
}
.icon-with-heading-title-content { 
  display: inline-block;
  font-size: 16px; 
  font-weight: 600; 
  color: #2a6eb7; 
  margin-top: 10px;
  margin-bottom: 10px;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.icon-with-heading-title-content:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #3db166;
  height: 4px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.icon-with-heading-title-content:hover:before, .icon-with-heading-title-content:focus:before, .icon-with-heading-title-content:active:before {
  right: 0;
}

.btn, .btn:before, .btn:after { 
  -webkit-transition: 0.25s ease-in-out all; 
  -moz-transition: 0.25s ease-in-out all; 
  -o-transition: 0.25s ease-in-out all; transition: 0.25s ease-in-out all; 
}
.btn { 
  -moz-border-radius: 0; 
  -webkit-border-radius: 0; 
  border-radius: 0; 
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  background-image: none; 
  background-repeat: no-repeat; 
  border-color: transparent; 
  font-weight: 600!important; 
}
.btn-primary, .btn-default, .btn-success, .btn-info, .btn-warning, .btn-danger, .btn-link { 
  background-image: none; 
  background-repeat: no-repeat; 
  border-color: transparent !important; 
  color: #FFF !important; 
  font-size: 14px !important;
}

/* Polaroid */
.wrapper-polaroid {
  width: 100%;
  /*background: linear-gradient(130deg, #0082fa, #23618e);*/
  background-image: url("/wp-content/uploads/2021/04/IMG_4775-2-scaled.jpg");
  background-repeat: repeat;
  text-align: center;
  padding: 0 2rem;
  box-shadow: 0.75rem 1rem 1rem rgba(0,0,0,0.5);
}

.title-polaroid {
  font-family: 'Indie Flower';
  font-size: 2rem;
  color: #fff;
  text-align: center;
  line-height: 2em;
  padding-top: 1rem;
}

.link-polaroid {
  text-decoration: none;
  color: #000000;
}

.item-polaroid {
  width: 30%;
  display: inline-block;
  margin-top: 2rem;
  filter: grayscale(100%);
}

/* Polaroid for mobile screen */
@media only screen and (max-width: 800px) {
  .item-polaroid {
    width: 100%;
  }
}

.item-polaroid:hover {
  filter: none;
  transform: scale(0.9, 0.9) rotate(0deg) !important;
  transition: all 0.35s;
}

.picture-polaroid {
  background: #fff;
  padding: 1rem;
  box-shadow: 0 0.2rem 1.2rem rgba(0,0,0,0.2);
}

.picture-polaroid > img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: top center;
}

.caption-polaroid {
  font-family: 'Indie Flower';
  font-size: 1.5rem;
  text-align: center;
  line-height: 2em;
  height: 6rem;
}

.item-polaroid:nth-of-type(odd) {
  transform: scale(0.8, 0.8) rotate(5deg);
  transition: all 0.35s;
}

.item-polaroid:nth-of-type(even) {
  transform: scale(0.8, 0.8) rotate(-3deg);
  transition: all 0.35s;
}

.gear:hover > .svg-gear-1, .gear:hover > .svg-gear-4, .gear:hover > .svg-gear-5 {
  animation: rotateGearLeft 4s linear infinite;
}

.gear:hover > .svg-gear-2, .gear:hover > .svg-gear-3 {
  animation: rotateGearRight 4s linear infinite;
}

@keyframes rotateGearRight {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes rotateGearLeft {
  to {
    transform: rotate(0deg);
  }
  from {
    transform: rotate(360deg);
  }
}

.layout-gear {
  display: grid;
  grid-template-rows: auto 100px 100px;
  grid-template-columns: auto 250px auto;
  grid-template-areas: 
    "row11 row12 row13"
    "row21 row22 row23"
    "row31 row32 row33";
}

.gear-name-1 {
  grid-area: row12;
  justify-self: center;
  margin-bottom: 1rem;
}

.gear-name-2 {
  grid-area: row23;
  align-self: center;
}

.gear-name-3 {
  grid-area: row21;
  align-self: center;
  justify-self: end;
}

.gear-name-4 {
  grid-area: row33;
  align-self: center;
  padding-left: 2rem;
}

.gear-name-5 {
  grid-area: row31;
  align-self: center;
  justify-self: end;
  padding-right: 2rem;
}

.gear {
  grid-area: row22 / row32;
  justify-self: center;
  display: block;
  position: relative;
}

.svg-gear-1 {
  width: 5rem;
  height: 5rem;
  fill: #0082fa;
}

.svg-gear-2 {
  position: absolute;
  top: 40px;
  left: 60px;
  width: 5rem;
  height: 5rem;
  fill: #0082fa;
}

.svg-gear-3 {
  position: absolute;
  top: 40px;
  left: -60px;
  width: 5rem;
  height: 5rem;
  fill: #0082fa;
}

.svg-gear-4 {
  position: absolute;
  top: 100px;
  left: 100px;
  width: 5rem;
  height: 5rem;
  fill: #0082fa;
}

.svg-gear-5 {
  position: absolute;
  top: 100px;
  left: -100px;
  width: 5rem;
  height: 5rem;
  fill: #0082fa;
}