@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
}

button, [type=button], [type=reset], [type=submit] {
  appearance: none;
  background-color: #000066;
  border: 0;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "PT Sans", sans-serif;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1.5em;
  text-decoration: none;
  transition: background-color 150ms ease;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
button:hover, button:focus, [type=button]:hover, [type=button]:focus, [type=reset]:hover, [type=reset]:focus, [type=submit]:hover, [type=submit]:focus {
  background-color: rgb(0, 0, 81.6);
  color: #fff;
}
button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
button:disabled:hover, [type=button]:disabled:hover, [type=reset]:disabled:hover, [type=submit]:disabled:hover {
  background-color: #000066;
}

button#klaro_toggle_dialog {
  background-color: #BA2E7D;
  color: white;
}

.slick-dots button:hover {
  background-color: transparent;
}

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}

legend {
  font-weight: 600;
  margin-bottom: 0.375em;
  padding: 0;
}

label {
  display: block;
  font-weight: normal;
  margin-bottom: 0.375em;
}

input,
select {
  display: block;
  font-family: "PT Sans", sans-serif;
  font-size: 17px;
}

[type=color], [type=date], [type=datetime], [type=datetime-local], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], input:not([type]), textarea,
select[multiple] {
  background-color: #fff;
  border: 1px solid #999;
  border-radius: 2px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  font-family: "PT Sans", sans-serif;
  font-size: 17px;
  margin-bottom: 0.75em;
  padding: 0.5em;
  transition: border-color 150ms ease;
  width: 100%;
}
[type=color]:hover, [type=date]:hover, [type=datetime]:hover, [type=datetime-local]:hover, [type=email]:hover, [type=month]:hover, [type=number]:hover, [type=password]:hover, [type=search]:hover, [type=tel]:hover, [type=text]:hover, [type=time]:hover, [type=url]:hover, [type=week]:hover, input:not([type]):hover, textarea:hover,
select[multiple]:hover {
  border-color: rgb(122.4, 122.4, 122.4);
}
[type=color]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=email]:focus, [type=month]:focus, [type=number]:focus, [type=password]:focus, [type=search]:focus, [type=tel]:focus, [type=text]:focus, [type=time]:focus, [type=url]:focus, [type=week]:focus, input:not([type]):focus, textarea:focus,
select[multiple]:focus {
  border-color: #000066;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(0, 0, 76.5, 0.7);
  outline: none;
}
[type=color]:disabled, [type=date]:disabled, [type=datetime]:disabled, [type=datetime-local]:disabled, [type=email]:disabled, [type=month]:disabled, [type=number]:disabled, [type=password]:disabled, [type=search]:disabled, [type=tel]:disabled, [type=text]:disabled, [type=time]:disabled, [type=url]:disabled, [type=week]:disabled, input:not([type]):disabled, textarea:disabled,
select[multiple]:disabled {
  background-color: rgb(242.25, 242.25, 242.25);
  cursor: not-allowed;
}
[type=color]:disabled:hover, [type=date]:disabled:hover, [type=datetime]:disabled:hover, [type=datetime-local]:disabled:hover, [type=email]:disabled:hover, [type=month]:disabled:hover, [type=number]:disabled:hover, [type=password]:disabled:hover, [type=search]:disabled:hover, [type=tel]:disabled:hover, [type=text]:disabled:hover, [type=time]:disabled:hover, [type=url]:disabled:hover, [type=week]:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover,
select[multiple]:disabled:hover {
  border: 1px solid #999;
}

textarea {
  resize: vertical;
}

[type=search] {
  appearance: none;
}

[type=checkbox],
[type=radio] {
  display: inline;
  margin-right: 0.375em;
}

[type=file] {
  margin-bottom: 0.75em;
  width: 100%;
}

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto;
}

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

dl {
  margin-bottom: 0.75em;
}

dt {
  font-weight: 600;
  margin-top: 0.75em;
}

dd {
  margin: 0;
}

figure {
  margin: 0;
}

img,
picture,
iframe {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.field-map iframe {
  aspect-ratio: 16/9;
}

table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%;
}

th {
  border-bottom: 1px solid rgb(114.75, 114.75, 114.75);
  font-weight: 600;
  padding: 0.75em 0;
  text-align: left;
}

td {
  border-bottom: 1px solid #999;
  padding: 0.75em 0;
}

tr,
td,
th {
  vertical-align: middle;
}

body {
  color: #333;
  font-family: "PT Sans", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 17px;
  line-height: 1.5;
  margin: 0 0 1em;
  color: #333;
  font-family: "PT Sans Caption";
  font-weight: 700;
}

h1,
h2.block-title,
h2.view-title {
  font-size: 2em;
  font-weight: 400;
  line-height: 1.875;
}

h2 {
  font-size: 1.5em;
  color: #000066;
}

h3 {
  font-size: 1.25em;
}

h4 {
  font-size: 1em;
}

h5 {
  font-size: 1em;
}

@media screen and (max-width: 799px) {
  body {
    font-size: 14px !important;
  }
  h1,
  .block h2:first-child {
    font-size: 1.5em;
  }
  h2 {
    font-size: 1.3em;
  }
  h3 {
    font-size: 1.1em;
  }
  h4 {
    font-size: 1em;
  }
  h5 {
    font-size: 1em;
  }
}
#block-simplay2-page-title h1,
h1.view-title,
h2.view-title,
h2.block-title {
  background-color: #BA2E7D;
  text-align: center;
  color: white;
  margin-bottom: 0;
}

h2.block-title,
h2.view-title {
  margin-bottom: 2em;
}

.blogpost--layout-full h1 {
  color: rgb(77, 77, 77);
  font-size: 1.5 em;
  line-height: 1.25em;
  font-weight: 700;
}

p {
  margin: 0 0 1.5em;
}

table p {
  margin: 0;
}

/* Links 
-------------------------------  */
a {
  color: #BA2E7D;
  text-decoration: none;
  transition: color 150ms ease;
}
a:active, a:focus, a:hover {
  color: #000066;
}

a.inverted {
  color: #000066;
}
a.inverted:active, a.inverted:focus, a.inverted:hover {
  color: #BA2E7D;
}

a {
  outline: 0;
}

/* Headlines Links
---------------------- */
.headlines a {
  color: #000066;
}

.headlines a:hover {
  color: #000066;
}

/* Footer text + links 
--------------------------------- */
#footer {
  color: white;
}
#footer a {
  color: white;
  border-bottom: dotted 1px white;
}
#footer a:hover {
  color: white;
  border-bottom: solid 1px white;
  font-weight: 700;
}
#footer #block-simplay2-bdfm-siegel a {
  border-bottom: 0;
}

/* Misc 
------------------ */
hr {
  border-bottom: 1px solid #999;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0;
}

pre, code, tt {
  font: 1em "andale mono", "lucida console", monospace;
  line-height: 1.5;
}

pre {
  background-color: #efefef;
  display: block;
  padding: 5px;
  margin: 5px 0;
  border: 1px solid #aaaaaa;
}

abbr {
  border-bottom: 1px dotted #666666;
  cursor: help;
  white-space: nowrap;
}

.messages {
  padding: 9px;
  margin: 1em 0;
  color: rgb(144.5, 144.5, 144.5);
  background-color: #ddd;
  border: 1px solid rgb(195.5, 195.5, 195.5);
  word-wrap: break-word;
}
.messages pre {
  border: 0;
}

.messages--warning {
  color: rgb(144.1653543307, 48.0551181102, 35.3346456693);
  background-color: #ddc44f;
  border-color: rgb(208.6857142857, 179.0428571429, 40.3142857143);
}
.messages--warning pre {
  background-color: rgb(208.6857142857, 179.0428571429, 40.3142857143);
}

.messages--error {
  color: white;
  background-color: #cd4533;
  border-color: rgb(164.6456692913, 54.8818897638, 40.3543307087);
}
.messages--error pre {
  background-color: rgb(164.6456692913, 54.8818897638, 40.3543307087);
}

.messages--status {
  color: rgb(48.3786610879, 67.3430962343, 25.1569037657);
  background-color: #8dbe51;
  border-color: rgb(115.0627615063, 160.1673640167, 59.8326359833);
}
.messages--status pre {
  background-color: rgb(115.0627615063, 160.1673640167, 59.8326359833);
}

/* Menus 1, 2 + 3
------------------------- */
#region-navigation ul {
  margin-bottom: 1em;
}

/* Menu toggle + Close/Back-Button
--------------------------------- */
#menu-toggle li.hidemenu {
  display: none;
}

#open-menu:target #menu-toggle li.showmenu {
  display: none;
}

#open-menu:target #menu-toggle li.hidemenu {
  display: block;
}

.icon-menu .symbol {
  fill: white;
}

/* Responsive Menu
----------------------------- */
#navigation {
  min-height: 100vh;
  position: absolute;
  width: 0;
  background-color: rgba(186, 46, 125, 0.85);
  overflow: hidden;
  transition: width 0.5s ease;
  z-index: 199;
}

#navigation-inner {
  position: relative;
  display: flex;
  justify-content: center;
}
#navigation-inner nav {
  width: auto;
}
#navigation-inner nav ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
#navigation-inner nav ul li {
  background: rgba(0, 0, 102, 0.9);
  margin-bottom: 2em;
}
#navigation-inner nav ul li:hover {
  background-color: white;
  transition: background-color 300ms linear;
}
#navigation-inner nav ul li:hover a {
  color: #000066;
}
#navigation-inner nav ul li a {
  display: block;
  text-align: center;
  font-size: 2em;
  line-height: 1.875em;
  color: white;
  font-family: "PT Sans Caption";
  padding: 0 0.5em;
}

#open-menu:target #navigation-inner {
  min-width: auto;
}

/* Portrait */
@media only screen and (orientation: portrait) {
  #open-menu:target #navigation {
    width: 100%;
  }
}
#open-menu:target #navigation {
  /* Landscape */
}
@media only screen and (orientation: landscape) {
  #open-menu:target #navigation {
    width: 100%;
  }
}

#block-simplay2-primary-local-tasks ul {
  width: 100%;
  margin: 0 0 5px;
  border-bottom: 1px solid #ddd;
}
#block-simplay2-primary-local-tasks ul li {
  display: inline-block;
}
#block-simplay2-primary-local-tasks ul a {
  display: block;
  border: 1px solid #ddd;
  border-bottom: 0;
  border-radius: 3px 3px 0 0;
  padding: 0.5em;
}

article.node dl.paragraph--type--accordion {
  margin-top: 3em;
  margin-bottom: 3em;
}

dd.accordion-content {
  display: none;
}

dd.accordion-content,
dt.accordion-title {
  padding: 0.25em;
  margin-bottom: 1.5em;
}

dt.accordion-title {
  margin-top: 0;
  position: relative;
  background-color: #f8f8f8;
  padding-left: 3em;
}

dt.accordion-title h3 {
  font-family: "PT Sans Caption";
  font-weight: 400;
  line-height: 1.5em;
  margin-bottom: 0;
  color: #000066;
}
dt.accordion-title h3 span.icon {
  font-weight: 700;
}

dt.accordion-title:hover {
  cursor: pointer;
}

dt.accordion-title:hover h3,
dt.accordion-title:hover span {
  color: #000066;
}

dt.accordion-title a span {
  position: absolute;
  left: 0.5em;
  top: 0.2em;
  font-family: "Font Awesome 5 Pro";
  font-size: 1.2em;
  display: block;
}
dt.accordion-title a.closed span::before {
  content: "\f13a"; /* down */
}
dt.accordion-title a.open span::before {
  content: "\f139"; /* up */
}

.accordion-button {
  position: relative;
}
.accordion-button a span.icon {
  position: absolute;
  right: 0.5em;
  top: -1.5em;
  font-family: "Font Awesome 5 Pro";
  font-size: 2em;
  font-weight: 900;
}
.accordion-button span.label {
  font-family: "PT Sans Caption";
  font-weight: 700;
  font-size: 1.25em;
  color: black;
}
.accordion-button a.closed span.label {
  display: none;
}
.accordion-button a.open span.label {
  display: inline-block;
  position: absolute;
  top: 1em;
}
.accordion-button a.closed span.icon::before {
  content: "\f055"; /* f055 plus */
}
.accordion-button a.open span.icon::before {
  content: "\f056"; /* f056 minus */
}

html, body {
  width: 100%;
}

#main {
  max-width: 2600px;
  position: relative;
}

/* region widths
--------------------------------------------- */
#header-inner,
#messages,
#content,
#content-bottom,
#footer-inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 799px) {
  #header-inner,
  #messages,
  #content,
  #content-bottom,
  #footer-inner {
    width: 90%;
  }
}
@media screen and (min-width: 800px) {
  #header-inner,
  #messages,
  #content,
  #content-bottom,
  #footer-inner {
    width: 90%;
  }
}
@media screen and (min-width: 1024px) {
  #header-inner,
  #messages,
  #content,
  #content-bottom,
  #footer-inner {
    width: 90%;
  }
}
@media screen and (min-width: 1280px) {
  #header-inner,
  #messages,
  #content,
  #content-bottom,
  #footer-inner {
    width: 80%;
  }
}
@media screen and (min-width: 1680px) {
  #header-inner,
  #messages,
  #content,
  #content-bottom,
  #footer-inner {
    width: 70%;
  }
}
@media screen and (min-width: 1920px) {
  #header-inner,
  #messages,
  #content,
  #content-bottom,
  #footer-inner {
    width: 65%;
  }
}

/* Content narrow
------------------------------------------------- */
.page--layout-full,
.teacher--layout-full,
.class--layout-full,
.blogpost--layout-full {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}

/* Logo height + content margins (simple version)
------------------------------------------------- */
#header-inner {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#block-simplay2-site-branding,
#block-simplay2-menutoggle {
  margin-bottom: 0;
}

#logo {
  width: auto;
}

@media (orientation: landscape) {
  #header {
    height: 7.5vh;
  }
  #logo {
    height: 3vh;
  }
  #menu-toggle,
  #menu-toggle li {
    width: 3vh;
    height: 3vh;
  }
  #navigation {
    top: 7.5vh;
  }
  #navigation-inner {
    margin-top: 4.5vh;
  }
  #main {
    margin-top: 12vh;
    padding-bottom: 6vh;
  }
}
@media (orientation: portrait) {
  #header {
    height: 11.25vw;
  }
  #logo {
    height: 4.5vw;
  }
  #menu-toggle,
  #menu-toggle li {
    width: 5.625vw;
    height: 5.625vw;
  }
  #navigation {
    top: 11.25vw;
  }
  #navigation-inner {
    margin-top: 6.75vw;
  }
  #main {
    margin-top: 18vw;
    padding-bottom: 9vw;
  }
}
/* Endeabstände 
---------------------------------------- */
@media (orientation: landscape) {
  #block-simplay2-page-title {
    margin-bottom: 4.5vh;
  }
}
@media (orientation: portrait) {
  #block-simplay2-page-title {
    margin-bottom: 6.75vw;
  }
}

.views-element-container header,
.block {
  margin-bottom: 3em;
}

/* z-index
---------------------------------------- */
/* #header + #footer: colors + size
-----------------------------------  */
#open-menu {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 3;
}

.user-logged-in #open-menu {
  top: 4em;
}

#header {
  background-color: rgba(0, 0, 102, 0.9);
  width: 100%;
}

#main {
  background-color: transparent;
}

#footer {
  min-height: 30vh;
  background-color: #000066;
}

/* Teachers 
---------------------------------------------- */
.field-profil {
  font-weight: 700;
}

/* Instruments 
---------------------------------------------- */
article.instrument .field-icon .svg-container {
  position: relative;
  height: 0;
  width: 100%;
  padding: 0;
  padding-bottom: 100%;
}
article.instrument .field-icon svg {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.view-instruments a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  color: white;
}
.view-instruments .field-icon {
  width: 50%;
}
.view-instruments .field-icon svg rect {
  fill: #BA2E7D;
}
.view-instruments .captain-container {
  width: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #000066;
  background-image: url(/themes/simplay2/images/frame.svg);
  background-size: cover;
}
.view-instruments .captain {
  font-weight: bold;
  line-height: 1.5em;
  text-align: center;
  width: 85%;
}
.view-instruments a:hover .field-icon svg rect {
  fill: #000066;
}
.view-instruments a:hover .captain-container {
  background-color: #BA2E7D;
}

/* floated Layout */
.view-instruments article {
  float: left;
  margin-bottom: 1em;
}

@media screen and (max-width: 639px) {
  .view-instruments article {
    font-size: xx-small;
  }
  .view-instruments article {
    width: 48.5%;
    margin-right: 3%;
  }
  .view-instruments article:nth-child(4n+3) a,
  .view-instruments article:nth-child(4n+4) a {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .view-instruments article:nth-child(2n+2) {
    margin-right: 0;
  }
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .view-instruments article {
    font-size: x-small;
  }
  .view-instruments article {
    width: 32%;
    margin-right: 2%;
  }
  .view-instruments article:nth-child(6n+4) a,
  .view-instruments article:nth-child(6n+5) a,
  .view-instruments article:nth-child(6n+6) a {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .view-instruments article:nth-child(3n+3) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .view-instruments article {
    font-size: small;
  }
  .view-instruments article {
    width: 24%;
    margin-right: 1.3%;
  }
  .view-instruments article:nth-child(8n+5) a,
  .view-instruments article:nth-child(8n+6) a,
  .view-instruments article:nth-child(8n+7) a,
  .view-instruments article:nth-child(8n+8) a {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .view-instruments article:nth-child(4n+4) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1280px) {
  .view-instruments article {
    font-size: medium;
  }
}

/* Lehrer
----------------------- */
/* Formatierung Teaser */
.view-teachers figcaptain {
  font-weight: bold;
  color: white;
  line-height: 2em;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 102, 0.9);
}
.view-teachers figcaptain a {
  display: block;
  margin-left: 1em;
  color: white;
}
.view-teachers figcaptain a:hover {
  color: #BA548E;
}
.view-teachers {
  /*
     figcaptain a span {
  	display:block;
  	font-family: 'dashicons';
  	float:right;
  	margin-right:0.5em;
  }
  figcaptain a span:after {
  	content: "\f345";
  }
     */
}
.view-teachers .overlay-wrapper .overlay {
  height: 0;
  overflow: hidden;
  background: rgba(117, 0, 66, 0.9);
}
.view-teachers .overlay-wrapper:hover .overlay {
  height: 100%;
  transition: 0.5s;
}
.view-teachers .field-instruments {
  margin-top: 0.5em;
  white-space: nowrap;
  overflow: hidden;
}

/* Overlay Teachers (view + page!)
----------------------------------- */
.overlay > * {
  margin: 0 0 0 1em;
}

.overlay-wrapper {
  position: relative;
}

.overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: white;
}

.overlay figcaption {
  padding: 1em 0;
}

article.teacher--layout-full figure.field-image {
  margin-bottom: 2em;
}
article.teacher--layout-full .overlay {
  background: rgba(0, 0, 102, 0.9);
}

/* Layout Gesamtübersicht mit float
--------------------------------------------------------------------------------- */
.view-teachers article {
  float: left;
  line-height: 1.3em;
  margin-bottom: 1em;
}

@media screen and (max-width: 479px) {
  .view-teachers article {
    font-size: xx-small;
  }
  .view-teachers article {
    width: 48.5%;
    margin-right: 3%;
  }
  .view-teachers article:nth-child(2n+2) {
    margin-right: 0;
  }
}
@media screen and (min-width: 480px) and (max-width: 1023px) {
  .view-teachers article {
    font-size: xx-small;
  }
  .view-teachers article {
    width: 32%;
    margin-right: 2%;
  }
  .view-teachers article:nth-child(3n+3) {
    margin-right: 0;
  }
}
@media screen and (min-width: 640px) {
  .view-teachers article {
    font-size: x-small;
  }
}
@media screen and (min-width: 800px) {
  .view-teachers article {
    font-size: small;
  }
}
@media screen and (min-width: 1024px) {
  .view-teachers article {
    font-size: medium;
  }
  .view-teachers article {
    width: 24%;
    margin-right: 1.3%;
  }
  .view-teachers article:nth-child(4n+4) {
    margin-right: 0;
  }
}
/* Layout für gefilterte Übersicht 
------------------------------------- */
/* Instrument icon auf instrument page 
------------------------------------ */
article.instrument--layout-full .field-icon {
  width: 75%;
}

svg rect {
  fill: #000066;
}

@media screen and (min-width: 640px) {
  article.instrument--layout-full .node-header {
    float: left;
  }
  article.instrument--layout-full .node-content {
    float: right;
  }
}
@media screen and (max-width: 639px) {
  article.instrument--layout-full .node-header {
    margin-bottom: 3em;
  }
  article.instrument--layout-full .field-icon {
    width: 33.3%;
    margin-left: auto;
    margin-right: auto;
  }
  article.instrument--layout-full .field-text {
    margin-top: 2em;
  }
}
@media screen and (min-width: 480px) {
  article.instrument--layout-full .view-teachers article {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  article.instrument--layout-full .view-teachers article {
    width: 48.5%;
    margin-right: 3%;
  }
  article.instrument--layout-full .view-teachers article:nth-child(2n+2) {
    margin-right: 0;
  }
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  article.instrument--layout-full .node-header {
    width: 32%;
    margin-right: 2%;
  }
  article.instrument--layout-full .node-content {
    width: 65%;
  }
}
@media screen and (min-width: 1024px) {
  article.instrument--layout-full .node-header {
    width: 24%;
    margin-right: 1.3%;
  }
  article.instrument--layout-full .node-content {
    width: 74.7%;
  }
  article.instrument--layout-full .view-teachers article {
    width: 32%;
    margin-right: 2%;
  }
  article.instrument--layout-full .view-teachers article:nth-child(3n+3) {
    margin-right: 0;
  }
}
/* Teaser etc.
---------------------------------------------- */
.class--layout-teaser,
.blogpost--layout-teaser,
article.location {
  margin-bottom: 3em;
}

.class--layout-teaser:last-of-type,
.blogpost--layout-teaser:last-of-type,
article.location:last-of-type {
  margin-bottom: 0;
}

.class--layout-teaser.with-image,
.blogpost--layout-teaser.with-image {
  display: flex;
}
.class--layout-teaser.with-image .field-image,
.class--layout-teaser.with-image .field-preview-img,
.blogpost--layout-teaser.with-image .field-image,
.blogpost--layout-teaser.with-image .field-preview-img {
  width: 40%;
  margin-right: 2em;
}
.class--layout-teaser.with-image .indention,
.blogpost--layout-teaser.with-image .indention {
  flex-grow: 3;
  flex-shrink: 1;
  flex-basis: 50%;
}

article.location {
  display: flex;
}
article.location .field-image,
article.location .field-preview-img {
  width: 40%;
  margin-right: 2em;
}
article.location .indention {
  flex-grow: 3;
  flex-shrink: 1;
  flex-basis: 50%;
}

/* einspaltig kleine Screens: */
@media screen and (max-width: 479px) {
  .class--layout-teaser.with-image,
  .blogpost--layout-teaser.with-image,
  article.location {
    display: block;
  }
  .class--layout-teaser.with-image .field-image,
  .class--layout-teaser.with-image .field-preview-img,
  .blogpost--layout-teaser.with-image .field-image,
  .blogpost--layout-teaser.with-image .field-preview-img,
  article.location .field-image,
  article.location .field-preview-img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2em;
  }
  .class--layout-teaser.with-image .indention,
  .blogpost--layout-teaser.with-image .indention,
  article.location .indention {
    width: 100%;
  }
}
/* Images + Slick Slideshows
---------------------------------------------- */
.field-image {
  position: relative;
}

.picture-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 102, 0.9);
}
.picture-caption p {
  margin-bottom: 0;
  line-height: 3em;
  color: white;
  margin-left: 2em;
}

article.is-page .field-image {
  margin-bottom: 3em;
}

article.is-page .slick-container-images {
  margin-bottom: 3em;
}
article.is-page .slick-container-images .field-image {
  margin-bottom: 0;
}

/* Videos 
---------------------------------------------- */
.field-video {
  margin-bottom: 3em;
}

.field-remote-video {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
.field-remote-video .media-oembed-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.field-remote-video .context-notice {
  padding-bottom: 56.25%;
}

.field-remote-video > div:first-of-type {
  aspect-ratio: 16/9;
  max-width: 100% !important;
  height: auto !important;
}

/* Startseite
--------------------------------------------- */
.path-frontpage .welcome--layout-full .node-content {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}
.path-frontpage .view-locations .field-abstract {
  font-weight: 700;
  padding-bottom: 1em;
}

/* Blogpost 
---------------------------------------------- */
.blogpost--layout-full .field-date {
  text-align: right;
}
.blogpost--layout-full .field-abstract {
  font-weight: 700;
}

.blogpost--layout-teaser .field-date {
  margin-bottom: 0;
}

/* Unterrichtsangebote 
------------------------------------ */
#block-simplay2-views-block-classes-block-1 .view-classes {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}

/* Location list + office workers
---------------------------------------------- */
.locations--layout-full {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}
.locations--layout-full .field,
.locations--layout-full .office-workers {
  margin-bottom: 2em;
}
.locations--layout-full .node-header {
  margin-bottom: 3em;
}
.locations--layout-full .node-header .field-abstract > *:last-child {
  margin-bottom: 0;
}
.locations--layout-full .node-content {
  margin-bottom: 3em;
}
.locations--layout-full .node-footer {
  margin-bottom: 3em;
}

.office-workers {
  display: flex;
  justify-content: space-between;
}
.office-workers .field-icon,
.office-workers .field-office-worker {
  width: 20%;
}
.office-workers .field-icon svg {
  width: 100%;
  height: auto;
}
.office-workers .field-portrait {
  position: relative;
}
.office-workers .picture-caption p {
  margin: 0;
  line-height: 2em;
  font-size: smaller;
  text-align: center;
}
@media screen and (max-width: 799px) {
  .office-workers .picture-caption {
    position: relative;
  }
  .office-workers .picture-caption p {
    line-height: 1.5em;
    font-size: 13px;
  }
}

.view-locations .field-location-name,
.locations--layout-full .field-location-name {
  margin-bottom: 0;
}
.view-locations .field-location-type,
.locations--layout-full .field-location-type {
  font-weight: 700;
}
.view-locations .field-text p,
.locations--layout-full .field-text p {
  margin-bottom: 0.75em;
}
.view-locations .field-text p:last-child,
.locations--layout-full .field-text p:last-child {
  margin-bottom: 0;
}

.field-map,
.field-map > div:first-of-type {
  aspect-ratio: 16/9;
}
.field-map div.context-notice,
.field-map > div:first-of-type div.context-notice {
  background-image: url(/sites/default/files/placeholder/google-maps-placeholder_blur.jpg);
  background-size: cover;
}
.field-map div.context-notice p,
.field-map > div:first-of-type div.context-notice p {
  color: black;
  font-size: 120%;
}

.field-paragraph.field-map > div:first-of-type div.context-notice {
  background-image: url(/sites/default/files/placeholder/google-3d-placeholder_blur-v2.jpg);
}

.view-locations .rows {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}
.view-locations .rows .field-abstract {
  font-weight: 700;
}
.view-locations .rows .field-locations {
  margin-bottom: 3em;
}

/* Infoblocks 
--------------------------------------------- */
#block-simplay2-simplay-block-4 .field-text,
#block-simplay2-simplay-block-5 .field-text,
#block-simplay2-simplay-block-6 .field-text {
  text-align: center;
}

/* #footer
---------------------------------------------- */
#footer {
  position: relative;
}

#footer-inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 6em;
}

img {
  width: 100%;
  height: auto;
}

#footer-inner .block {
  flex-basis: 50%;
  margin-top: 3em;
  margin-bottom: 3em;
}

#block-simplay2-bdfm-siegel .inner {
  width: 30%;
}

#block-simplay2-simplay-logo {
  display: flex;
  justify-content: flex-end;
}
#block-simplay2-simplay-logo .inner {
  width: 60%;
}

#block-simplay2-footerlinks {
  width: 100%;
}

#block-simplay2-sociallinks {
  width: 100%;
}
#block-simplay2-sociallinks p {
  text-align: right;
}

@media screen and (max-width: 799px) {
  #footer-inner .block {
    margin-top: 2em;
    margin-bottom: 0;
  }
  #block-simplay2-bdfm-siegel .inner {
    width: 60%;
  }
  #block-simplay2-footerlinks.block,
  #block-simplay2-sociallinks.block {
    flex-basis: 100%;
    margin-bottom: 1em;
  }
  #block-simplay2-footerlinks.block p,
  #block-simplay2-sociallinks.block p {
    text-align: left;
  }
}
/* Q&D: KLaro
--------------------------------------------------- */
.klaro.cm-as-context-notice {
  padding-top: 0;
  padding-bottom: 0;
}
.klaro.cm-as-context-notice .context-notice {
  padding: 0;
}

@media print {
  * {
    background-color: transparent;
  }
  .sidebar,
  #navigation,
  #header-region,
  #footer,
  .breadcrumb,
  .tabs,
  .feed-icon,
  .links {
    display: none;
  }
  .layout-container {
    width: 100%;
  }
  #content,
  .title {
    margin: 20px 0;
    width: auto;
  }
  a:hover, a:active, a:link, a:visited {
    color: black;
  }
  #content a:link:after, #content a:visited:after {
    content: " (" attr(href) ") ";
    font-size: 0.8em;
    font-weight: normal;
  }
}

/*# sourceMappingURL=main.css.map */
