/* ----------------------
- Fonts
---------------------- */

@font-face { 
	font-family: 'Open Sans';
	src: url('../fonts/OpenSans-Regular.ttf') format('truetype'); 
	font-weight: 400;
}

@font-face { 
	font-family: 'Open Sans';
	src: url('../fonts/OpenSans-Light.ttf') format('truetype'); 
	font-weight: 300;
}

@font-face { 
	font-family: 'Courgette';
	src: url('../fonts/Courgette-Regular.ttf') format('truetype'); 
	font-weight: 400;
}

/* ----------------------
- Default Settings
---------------------- */

* { 
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	scroll-behavior: smooth;
}

body {
	font-family: 'Open Sans', sans-serif;
}

a {
	text-decoration: none;
	color: inherit;
	transition: all 0.3s;
}

a:hover {
	color: #0078f5;
}

h1 {
	color: #0078f5;
	padding: 3px 0 3px 5px;
	border-left: 3px solid #0078f5;
	margin-bottom: 25px;
}

h2 {
	color: #0c0069;
	margin-top: 30px;
	padding: 3px 0 3px 5px;
	margin-bottom: 20px;
}

h3 {
	margin-bottom: 15px;
}

p {
	margin-bottom: 15px;
}

span.headline {
	padding: 5px 0px 5px 5px;
	border-left: 2px solid #0078f5;
	font-size: 25px;
	font-weight: 400;
}

.clear {
	clear: both;
}

.align-right {
	text-align: right;
}

/* ----------------------
- col-System
---------------------- */

.wrapper {
	width: 100%;
}

.wrapper-center {
	width: 1000px;
	max-width: 100%;
	display: block;
	margin: auto;
}

.col-100 {
	width: 100%;
	padding: 0 15px;
	float: left;
}

.col-80 {
	width: 80%;
	padding: 0 15px;
	float: left;
}

.col-70 {
	width: 70%;
	padding: 0 15px;
	float: left;
}

.col-66 {
	width: 66.66%;
	padding: 0 15px;
	float: left;
}

.col-50 {
	width: 50%;
	padding: 0 15px;
	float: left;
}

.col-33 {
	width: 33.33%;
	padding: 0 15px;
	float: left;
}

.col-30 {
	width: 30%;
	padding: 0 15px;
	float: left;
}

.col-20 {
	width: 20%;
	padding: 0 15px;
	float: left;
}

/* ----------------------
- Header
---------------------- */

header {
	border-bottom: 3px solid #0078f5;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}

.top-bar {
	background: #efefef;
	color: #464646;
	padding: 5px 0;
	font-weight: 300;
}

.top-bar a:hover {
	color: #464646;
}

.main-head {
	background: #ffffff;
	padding: 10px 0;
}

.logo img {
	width: 250px;
	max-width: 100%;
	padding: 5px 0 0 0;
}

nav ul {
	float: right;
	padding: 22px 0 0 0px;
}

nav ul li {
	float: left;
	list-style: none;
	margin: 0 0 0 20px;
}

nav ul li {
	font-size: 18px;
}

nav ul li a.active {
	color: #0078f5;
}

section.content {
	padding: 50px 0;
}

.main-head {
	position: relative;
}

.mobile-menu {
	padding: 15px 15px 5px 15px;
	display: none;
}

.mobile-menu li {
	list-style: none;
	line-height: 30px;
}

.mobile-menu-trigger {
	position: absolute;
	top: 15px;
	right: 10px;
	color: #0078f5;
	font-size: 35px;
	display: none;
	cursor: pointer;
}

.mobile-menu ul li a.active {
	color: #0078f5;
}

.smoothie {
  height: 200px;
  overflow-y: scroll;
  scroll-behavior: smooth;
}
.scroller {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
/* ----------------------
- Banner
---------------------- */

.slider {
	height: 500px;
	background-image: url("../images/banner01.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	border-bottom: 3px solid #0078f5;
	margin-top: 110px;
}

.sloganwrap {
	position: relative;
}

.slogan {
	font-family: 'Courgette', sans-serif;
	color: #565656;
	background-color: rgba(255,255,255,0.7);
	font-size: 50px;
	width: 425px;
	padding: 20px;
	text-align: center;
	position: absolute;
	top: 150px;
	left: 0;
}

/* ----------------------
- Content
---------------------- */

.content.unterseite {
	margin-top: 130px;
}

/* ----------------------
- cross-images
---------------------- */

.cross-images {
	background-color: #efefef;
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: center;
}

.textwrap, .bildwrap {
	width: 50%;
}

.textwrap {
	padding: 75px 150px;
	word-wrap: break-word;
}

.bildwrap {
	padding: 15px 15px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.bildwrap img {
	width: 100%;
}

.bildwrap.res {
	display: none;
}

/* ----------------------
- Team
---------------------- */

.teammitglieder {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
}

.teamwrap {
	padding: 10px;
}

.teammember {
	position: relative;
	background-color: #efefef;
	margin: 15px 0;
}

.teammember img {
	width: 100%;
}

.teamname {
	position: absolute;
	bottom: 5px;
	left: 0;
	padding: 15px 10px;
	text-align: center;
	background-color: #efefefb8;
	width: 100%;
	font-size: 18px;
	font-weight: 300;
	transition: all 0.3s;
}

.teamtext {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	transition: all 0.3s;
	padding: 20px;
	background-color: #efefefb8;
	text-align: center;
	opacity: 0;
	font-size: 18px;
}

.teamtext span {
	font-size: 25px;
	font-weight: 300;
	padding-bottom: 10px;
	display: block;
}

.teammember:hover .teamtext {
	opacity: 1;
}

.teammember:hover .teamname {
	opacity: 0;
}


.spin {
	-webkit-animation: spin1 2.5s  linear infinite;
	-moz-animation: spin1 2.5s  linear infinite;
	-o-animation: spin1 2.5s  linear infinite;
	-ms-animation: spin1 2.5s  linear infinite;
	animation: spin1 2.5s  linear infinite;
	transform-origin: center center;
}

.rotate {
	-webkit-animation: spin1 0.5s  linear;
	-moz-animation: spin1 0.5s  linear;
	-o-animation: spin1 0.5s  linear;
	-ms-animation: spin1 0.5s  linear;
	animation: spin1 0.5s  linear;
	transform-origin: center center;
	opacity: 1;
}

/* ----------------------
- Footer
---------------------- */

footer {
	color: #ffffff;
	padding: 15px 0;
	background-color: #0078f5;
}

footer a:hover {
	color: #030303;
}


/* ----------------------
- Parallax
---------------------- */

.parallax {
	padding: 50px 0;
	margin: 50px 0 50px 0;
	background: transparent url(../images/bg.jpg) repeat center;
	background-size: cover;
	opacity: 0.8;
	border-top: 3px solid #0c0069;
	border-bottom: 3px solid #0078f5;
}

/* ----------------------
- Responsive
---------------------- */

@media only screen and (max-width: 1100px) {
	.textwrap {
		padding: 75px 100px;
	}
}

@media only screen and (max-width: 1050px) {

}

@media only screen and (max-width: 975px) {
	.logo {
		width: 100%;
	}
	.logo img {
		display: block;
		margin: auto;
	}
	.navigation {
		display: none;
	}
	.teamname {
		display: none;
	}
	.teamtext {
		opacity: 1;
	}
	.mobile-menu-trigger {
		display: block;
	}
}

@media only screen and (max-width: 915px) {
	.textwrap {
		padding: 50px;
	}
}

@media only screen and (max-width: 775px) {
	.bildwrap, .textwrap {
		width: 100%;
	}
	.bildwrap {
		min-height: 200px;
	}
	.bildwrap.res {
		display: block;
	}
	.bildwrap.nores {
		display: none
	}
	.cross-images {
		padding-bottom: 50px;
	}
	.teamwrap {
		width: 50%;
	}
}

@media only screen and (max-width: 675px) {
	footer .col-50 {
		width: 100%;
		text-align: center;
	}
}

@media only screen and (max-width: 600px) {
	.slider {
		height: 300px;
	}
	.slogan {
		top: 70px;
	}

}

@media only screen and (max-width: 550px) {
	.top-bar {
		font-size: 12px;
	}
	.slider, .content.unterseite {
		margin-top: 110px;
	}
}

@media only screen and (max-width: 500px) {
	.teamwrap {
		width: 100%;
	}
}

@media only screen and (max-width: 460px) {
	.slogan {
		display: none;
	}
}

@media only screen and (max-width: 375px) {
	.slider, .unterseite {
		margin-top: 100px;
	}
	.logo img {
		max-width: 200px;
	}
}

/* ----------------------
- Keyrames
---------------------- */

@-webkit-keyframes spin1 {
	0% { -webkit-transform: rotate(0deg);}
	100% { -webkit-transform: rotate(360deg);}
}
@-moz-keyframes spin1 {
	0% { -moz-transform: rotate(0deg); }
	100% { -moz-transform: rotate(360deg);}
}
@-o-keyframes spin1 {
	0% { -o-transform: rotate(0deg);}
	100% { -o-transform: rotate(360deg);}
}
@-ms-keyframes spin1 {
	0% { -ms-transform: rotate(0deg);}
	100% { -ms-transform: rotate(360deg);}
}
@-keyframes spin1 {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg);}
} 



#cookiedingsbums a {color:#000; text-decoration:none;}

#cookiedingsbums a:hover {text-decoration:underline;}

#cookiedingsbums div {padding:10px; padding-right:40px;}

#cookiedingsbums { 
   outline: 1px solid #7b92a9; 
   text-align:right; 
   border-top:1px solid #fff;
   background: #d6e0eb; 
   background: -moz-linear-gradient(top, #d6e0eb 0%, #f2f6f9 100%); 
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d6e0eb), color-stop(100%,#f2f6f9)); 
   background: -webkit-linear-gradient(top, #d6e0eb 0%,#f2f6f9 100%); 
   background: -o-linear-gradient(top, #d6e0eb 0%,#f2f6f9 100%);
   background: -ms-linear-gradient(top, #d6e0eb 0%,#f2f6f9 100%); 
   background: linear-gradient(to bottom, #d6e0eb 0%,#f2f6f9 100%); 
   filter: progid:DXImageTransform.Microsoft.gradient(   startColorstr='#d6e0eb', endColorstr='#f2f6f9',GradientType=0 ); 
   position:fixed;
   bottom:0px; 
   z-index:10000; 
   width:100%; 
   font-size:12px; 
   line-height:16px;}

#cookiedingsbumsCloser {
   color: #777;
   font: 14px/100% arial, sans-serif;
   position: absolute;
   right: 5px;
   text-decoration: none;
   text-shadow: 0 1px 0 #fff;
   top: 5px;
   cursor:pointer;
   border-top:1px solid white; 
   border-left:1px solid white; 
   border-bottom:1px solid #7b92a9; 
   border-right:1px solid #7b92a9; 
   padding:4px;
   background: #ced6df; /* Old browsers */
   background: -moz-linear-gradient(top, #ced6df0%, #f2f6f9 100%); 
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ced6df), color-stop(100%,#f2f6f9)); 
   background: -webkit-linear-gradient(top, #ced6df0%,#f2f6f9 100%); 
   background: -o-linear-gradient(top, #ced6df0%,#f2f6f9 100%); 
   background: -ms-linear-gradient(top, #ced6df0%,#f2f6f9 100%); 
   background: linear-gradient(to bottom, #ced6df0%,#f2f6f9 100%); 
   filter: progid:DXImageTransform.Microsoft.gradient(    startColorstr='#ced6df', endColorstr='#f2f6f9',GradientType=0 ); 
 }

#cookiedingsbumsCloser:hover {border-bottom:1px solid white; border-right:1px solid white; border-top:1px solid #7b92a9; border-left:1px solid #7b92a9;}