@font-face{
	font-family:"Unit Rounded Bold";
	src:url("../fonts/1378552/c0c89bf2-a79b-4e4f-ac20-7be5422b0001.eot?#iefix");
	src:url("../fonts/1378552/c0c89bf2-a79b-4e4f-ac20-7be5422b0001.eot?#iefix") format("eot"),url("../fonts/1378552/7daa0c4a-0d33-469a-baa2-d3bc0576bc41.woff2") format("woff2"),url("../fonts/1378552/5094574f-d312-4f89-94e8-2a23250e5d5c.woff") format("woff"),url("../fonts/1378552/079e5421-c598-48d3-b6ec-a398f900965e.ttf") format("truetype");
}
@font-face{
	font-family:"Unit Rounded Medium";
	src:url("../fonts/1378576/3b98477d-31f3-466e-bd0f-239dc9ee7eee.eot?#iefix");
	src:url("../fonts/1378576/3b98477d-31f3-466e-bd0f-239dc9ee7eee.eot?#iefix") format("eot"),url("../fonts/1378576/2777391c-5cbf-48e5-823d-27116421e911.woff2") format("woff2"),url("../fonts/1378576/1d330248-e6cb-49f0-9fa2-f1e4eafc4f59.woff") format("woff"),url("../fonts/1378576/1105de32-530e-46bd-8452-7c03fee6d3c7.ttf") format("truetype");
}
@font-face{
	font-family:"Unit Rounded Regular";
	src:url("../fonts/1378588/46765a8b-ecc8-49e1-af69-4de2f008dcba.eot?#iefix");
	src:url("../fonts/1378588/46765a8b-ecc8-49e1-af69-4de2f008dcba.eot?#iefix") format("eot"),url("../fonts/1378588/e3a56a4d-ea2a-47a4-87d0-fcd77fd10a05.woff2") format("woff2"),url("../fonts/1378588/cdbecebd-e2d4-4ed4-8309-6ca6c9240c05.woff") format("woff"),url("../fonts/1378588/14739b62-1558-4eb1-b1cd-4aead98f9ba2.ttf") format("truetype");
}

body {
	font-family:"Unit Rounded Regular";
	font-size:15px;
	/*letter-spacing:1px;*/
}

h1,h2,h3,h4,h5 {
	font-family:"Unit Rounded Bold";
	font-size:15px;
	color:#71c3be;
	text-transform:uppercase;
	line-height:1.0;
	margin:0 0 70px 0;
	letter-spacing: 1px;
}

h1 {
  max-width:550px;
}

h1, h2{
  font-size:70px;
}

h3 {
  font-size:55px;
}

h4 {
	font-size:30px;
  margin-bottom:1rem;
  letter-spacing: 1px;
}

h5 {
  margin-bottom:0.2rem;
  line-height:1.4;
}

.zitatname {
  font-family:"Unit Rounded Bold";
	text-transform:uppercase;
	line-height:1.0;
	font-size:20px;
}

h2.zitat {
  margin-bottom:20px;
}

.faq h5 {
  font-family:"Unit Rounded Medium";
}

ul {
	list-style-type:none;
	margin-left:0;
}

#content {
	position:relative;
  z-index:1;
}

#content a {
  color:inherit;
}

#content li {
  position: relative;
  padding-left: 25px;
}

section {
  margin-top:-160px;
  padding-top:160px;
}

/*
#content li:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: FontAwesome;
  content: "\f2d1";
  color: green;
}*/

#content ul li:before {
	content: "—" " ";
	position: absolute;
  top: 0;
  left: 0;
}

.tuerkis,
#content a.tuerkis {
  color:#71c3be;
}

.blue {
  color:#004c71;
}

.yellow {
	color:#FFE400;
}

.orange {
	color: #FF6C00;
}

.upper {
  text-transform:uppercase;
}

.mittig {
  margin:0 auto;
}

.row {
    max-width: 925px;
}

.full {
	max-width: initial;
	width:100%;
}

.pfeil {
	display:block;
  position:fixed;
  left:47.66%;
  bottom: 20px;
  margin-top: 49%;
}

.pfeil.shrink {
  display:none;
}

.medium-font{
  font-family:"Unit Rounded Medium";
  text-transform:uppercase;
  line-height:1.9;
}

.spacing-200 {
  margin-bottom:180px;
}

.spacing-70 {
  margin-bottom:50px;
}

.spacing-40 {
  margin-bottom:30px;
}

.spacing-30 {
  margin-bottom:26px;
}

nav {
	background-color:#fff;
}

nav.sticky {
  z-index:2;
}

nav ul.menu {
  padding: 20px 0 0 0;
}

/* nav ul.menu .logo { */
nav .logo {
  padding: 20px 0 0 0;
  background-image:url(../images/Logo.svg);
  background-repeat: no-repeat;
  background-position:center center;
  /*background-size: contain;*/
  width:186px;
  height:111px;
  -webkit-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -moz-transition: all 200ms ease;
  transition: background 200ms ease;
}

nav.is-stuck ul.menu .logo a {
    width: 180%;
    height: 180%;
    margin-top: -20px;
    margin-left: -25px;
}


nav.is-stuck ul.menu .logo {
  background-image:url(../images/Logo_verkleinert.svg);
  width:130px;
  height:76px;
  padding-left:59px;
  padding-right:59px;
  -webkit-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -moz-transition: all 200ms ease;
  transition: background 200ms ease;
  background-size: 130px;
}

.logo > a { outline:none; }

nav #mainmenu {
  padding:1em 0 2em 0;
}

nav.is-stuck #mainmenu {
  padding:0.5em 0 1em 0;
}

nav .logo a {
    width: 100%;
    height: 140%;
    margin-top: -20px;
}


nav.is-stuck ul.menu {
 /* padding-top: 36px;*/
}

nav.is-stuck #mainmenu {
  /*padding-top: 36px;	*/
}

.menu li a {
	color:#71c3be;
	font-family:"Unit Rounded Bold";
	font-size:20px;
	text-transform:uppercase;
	letter-spacing: 1px;
}

.menu li a:hover,
.menu li a:focus,
.menu li a:active,
.menu li a.active {
	color:#004c71;
}

.menu>li>a {
    padding: .7rem 43px;
    line-height: 1;
}

section {
   margin-bottom:180px;
   position:relative;
}

/*.big-image {
background-image:url(../images/Startbild.jpg);
background-color:#ccc;
background-position: center center;
background-repeat:no-repeat;
background-attachment:scroll;
background-size: contain;
background-size: auto 100%;
width:100%;
height:640px;
}
*/

.big-image {
	/*background-color:#eee;	*/
	position:relative;
}

.big-image img {
	display: block;
	margin: 0 auto;
	/*max-height:640px;*/
	width:auto;
}

.big-image iframe {
	display: block;
	margin: 0 auto;
}

.address {
	font-family:"Unit Rounded Bold";
	line-height:1.3;
}

.addr1 {
	font-size:40px;
}

.addr2 {
	font-size:30px;
	padding-top:1rem;
}

.more {
  background-image:url(../images/Pfeil_hellblau.png);
  background-repeat: no-repeat;
  width:80px;
  height:60px;
  cursor:pointer;
  margin-top:30px;
}

.more:hover  {
  background-image:url(../images/Pfeil_blau.png);
}

.more.active  {
  background-image:url(../images/Pfeil_blau-oben.png);
}

.more-content-1,
.more-content-2 {
  display:none;
}

.faq-pfeil {
  background-image:url(../images/Pfeil_hellblau.png);
  background-repeat: no-repeat;
  background-size:30px;
  height:30px;
  cursor:pointer;
  margin-top:-3px;
}

.faq-pfeil:hover {
  background-image:url(../images/Pfeil_blau.png);
}

.faq-pfeil.active  {
  background-image:url(../images/Pfeil_blau-unten.png);
  background-size:28px;
  margin-top:5px;
}

.faq h5 {
  color: #000;
  cursor:pointer;
}

.faq h5.active,
.faq h5:hover {
  color:#71c3be;
}

#content #impressum a {
  padding:0px 0 0 40px;
}

#content #impressum a.tuerkis:hover {
  color:#004c71;
}

.datenschutz {
  background-image:url(../images/Pfeil_hellblau.png);
  background-repeat: no-repeat;
  background-size:30px;
  padding-top: 2px;
  height:35px;
  cursor:pointer;
  padding-left: 40px;
}

.datenschutz:hover {
  background-image:url(../images/Pfeil_blau.png);
}

#content .datenschutz:hover a{
  color:#004c71 !important;
}

#datenschutz #content > .sections {
  padding:0 2em;
}

iframe { display:inline-block; background:#eee; }
.greyscale {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
    opacity: 0.9;
    display: inline-block;
}

.column, .columns {
	  padding-left:0;
	  padding-right:0;
}

.row .row {
    margin-left:0;
    margin-right:0;
}

/* Footer */

#footer {
    background-color:#004c71;
    color:#fff;
}

#footer ul.footermenu {
	  list-style-type: none;
}

#content #footer ul li:before {
    content: "";
}

#footer ul.footermenu li {
	font-family:"Unit Rounded Bold";
	font-size:100%;
	color:#71c3be;
	text-transform:uppercase;
	line-height:1.8;
	padding-left:0;
}

/* Datenschutzseite */

#datenschutz #content {
    padding-top: 90px;
}


#datenschutz h4,
#datenschutz h5 {
    font-size:100%;
}

#datenschutz h4 {
    margin-bottom:1.5em;
}

#datenschutz h5 {
    color:#000;;
}

#datenschutz #footer h5 {
    color:#71c3be;;
}

.togglebutton {
    width:50px;
    height:50px;
    cursor:pointer;
    position:absolute;
    left:40px;
    top:50px;
}
.menu-icon {
	  cursor:pointer;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    width: 40px;
    height: 25px;
    top: 20px;
    left: 0;
}

.menu-icon:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 4px;
    background: #004c71;
    box-shadow: 0 12px 0 #004c71, 0 24px 0 #004c71;
}

.menu-icon:hover:after {
    background: #71c3be;
    box-shadow: 0 12px 0 #71c3be, 0 24px 0 #71c3be;
    width: 100%;
    height: 4px;
}

.is-stuck .menu-icon {
    top:10px;
}

.mobilebar .logo {
    margin:40px auto;
}

.cross .menu-icon{
background: #004c71;
width: 5px;
height: 50px;
transform: rotate(45deg);
top:8px;
left:20px;
}

.cross .menu-icon:before{
background: #004c71;
content: "";
width: 50px;
height: 5px;
position: absolute;
top: 23px;
left: -23px;
}

.cross .menu-icon:after{
	background: #004c71;
	box-shadow: none;
}


.mobilebar {
    padding-top:0;
    margin-bottom:15px;
}

nav.is-stuck .mobilebar div.logo {
    background-image: url(../images/Logo_verkleinert.svg);
    width: 130px;
    height: 76px;
    padding-left: 59px;
    padding-right: 59px;
}

.scrolloff {
    pointer-events: none;
}

/* Small only */
@media screen and (max-width: 39.9375em) {

  section {
    margin-top: 0px;
    padding-top: 0px;
  }

  nav {
    height: auto;
  }

/*  .sticky {
    position: relative !important;
  }

  .sticky-container {
    height: auto !important;
  }
*/
  nav ul.menu {
    padding-bottom:2em;
  }
  .menu > li {
    display: block;
  }

  .menu > li.logo {
    display: none;
  }

  .menu > li > a {
    padding-left:36px;
    padding-right:36px;
  }

  .menu-centered {
    text-align: left;
  }

  .menu li a, .menu li a:hover, .menu li a:focus, .menu li a:active, .menu li a.active {
    color: #004c71;
  }

  nav.is-stuck ul.menu {
    padding-top: 0;
  }

  nav.is-stuck .logo a {
		width: 280px;
		height: 180px;
		margin-top: 0;
		margin-left: -60px;
		padding: 20px 60px;
 }

}

/* Medium an smaller */
@media screen and (max-width: 63.9375em) {
	#content section > .row,
	#content .abstand > .row {
	  padding-left:36px;
	  padding-right:36px;
	}

	.spacing-200 {
	  margin-bottom:100px;
	}

	.spacing-70,
	.spacing-30 {
	  margin-bottom:25px;
	}

	.spacing-40 {
    margin-bottom: 30px;
  }

	#footer > .row {
	  padding-left:1em;
	  padding-right:1em;
	}

	h1,h2,h3,h4,h5 {
	  margin:0 0 35px 0;
	  letter-spacing: 0px;
  }

	h1, h2{
    font-size:40px;
  }

  h3 {
  font-size:25px;
  }

  h4 {
	  font-size:25px;
  }

  .faq h5 {
    margin-bottom: 0px;
  }

  #footer h5 {
    margin-bottom: 0px;
  }

  .addr1 {
    font-size: 25px;
  }

  .addr2 {
    font-size: 25px;
  }
  section {
    margin-bottom: 100px;
  }

}

/* Medium and up */
@media screen and (min-width: 40em) {

}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {}

/* Large and up */
@media screen and (min-width: 64em) {
	.column-left {
	  padding-right:10px;
	}
	.column-right {
	  padding-left:10px;
	}
}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {}


@media screen and (max-width: 400px) {
  .mobilebar .logo {
    margin-left: 110px;
    margin-right:10px;
  }

 /* .faq-pfeil {
    background-size: 20px;
    margin-top: 0;
  }*/
}

@media screen and (max-width: 720px) and (min-width: 640px) {
  .menu>li>a {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (max-width: 862px) and (min-width: 640px) {
  .menu>li>a {
    padding-left: 14px;
    padding-right: 14px;
  }
  .menu>li>a#fourth {
    padding-left: 50px;
  }
  nav .logo {
    background-size: contain;
  }

  nav.is-stuck ul.menu .logo a {
    width: 145px;
    margin-left: 0;
  }

}
