/* Webfonts */
/* @import must be at top of file, otherwise CSS will not work */

@import url("//hello.myfonts.net/count/2981c6");

@font-face {
	font-family: 'MotivaSans-Bold';
	src: url('webfonts/2981C6_0_0.eot');
	src: url('webfonts/2981C6_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/2981C6_0_0.woff') format('woff'),url('webfonts/2981C6_0_0.ttf') format('truetype');
}


@font-face {
	font-family: 'MotivaSans-Light';
	src: url('webfonts/2981C6_1_0.eot');
	src: url('webfonts/2981C6_1_0.eot?#iefix') format('embedded-opentype'),url('webfonts/2981C6_1_0.woff') format('woff'),url('webfonts/2981C6_1_0.ttf') format('truetype');
}

@font-face {
	font-family: 'MotivaSans-LightItalic';
	src: url('webfonts/2981C6_2_0.eot');
	src: url('webfonts/2981C6_2_0.eot?#iefix') format('embedded-opentype'),url('webfonts/2981C6_2_0.woff') format('woff'),url('webfonts/2981C6_2_0.ttf') format('truetype');
}

@font-face {
	font-family: 'MotivaSans-Regular';
	src: url('webfonts/2981C6_3_0.eot');
	src: url('webfonts/2981C6_3_0.eot?#iefix') format('embedded-opentype'),url('webfonts/2981C6_3_0.woff') format('woff'),url('webfonts/2981C6_3_0.ttf') format('truetype');
}

@font-face {
	font-family: 'MotivaSans-Thin';
	src: url('webfonts/2981C6_4_0.eot');
	src: url('webfonts/2981C6_4_0.eot?#iefix') format('embedded-opentype'),url('webfonts/2981C6_4_0.woff') format('woff'),url('webfonts/2981C6_4_0.ttf') format('truetype');
}



/* CSS-Reset */
/* (http://meyerweb.com/eric/tools/css/reset/), v2.0 | 20110126 | License: none (public domain) */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.618em;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0.2em;
}

th,td {
  padding: 0.5em 0.7em;
  border-radius: 0.1em;  
} 

tbody tr:nth-child(even) {
	background-image:linear-gradient(270deg, #f964ff 0%, #ffb76b 100%);
	color: #000;
}


/* CSS für Desktop */
 
 body {
	 font-size: 110%;
	 font-family: MotivaSans-Thin;
	 color: black;
}

.banner {
	width: 100%;
	background-image:linear-gradient(270deg, #f964ff 0%, #ffb76b 100%);
	text-align:center;	
}


#logo {
	display: block;
	padding-top: 2%;
	padding-bottom: 1%;
	}


.button {
	position:relative;
	float:right;
	width: 180px;
	height: 180px;
	margin: 2% 4% 0 0;
	z-index: 1;
	}

	
	
.wrapper {
	 margin: 0 auto; 
	 max-width: 800px;
}


h1 {
	 font-family: "MotivaSans-Bold";
	 font-size: 1.4em;
	 line-height: 1.2em;
	 text-align: center;
	 text-transform: uppercase;
	 width: 94%;
	 float: none;
	 margin: 3%;
	 padding-top: 2%;
	 letter-spacing: 0em;
}


h2 {
	 font-family: "MotivaSans-Regular";
	 font-size: 1.3em;
	 line-height: 1.3em;
	 text-align: center;
	 width: 100%;
	 text-transform: uppercase;
	 letter-spacing: 0.2em;
	 margin: 4% 0% 3% 0%;
	 border-style: solid;
	 border-width: 1px 0px;
	 padding: 0.4em 0em 0.2em 0em;
}



p {
	 font-family: "MotivaSans-Thin";
	 font-size: 1em;
	 line-height: 1.6em;
	 color: rgb(51, 51, 51);
	 text-align: left;
	 width: 94%;
	 margin: 3%;
}


.intro {
	 font-family: "MotivaSans-LightItalic";
	 font-size: 0.9em;
	 text-align: center;
	 width: 94%;
}



.author {
	text-align: center;
	 font-size: 0.8em;
	 letter-spacing: 0.05em;
	 margin-top: 3%;
	 line-height: 1.385em;
}

.small {
	text-align: left;
	 font-size: 0.8em;
	 letter-spacing: 0.05em;
	 margin-top: 3%;
	 line-height: 1.385em;
	 padding-top: 1em;
}


.termine {
	 text-align: left;
	 margin-top: 0;
	 margin-bottom: 0;
	}
	
.alt {
	 text-align: left;
	 margin-top: 0;
	 margin-bottom: 0;
	 color: #d4d4d4;
	}
	
.alt a {
	color: #d4d4d4;
}	

.alt strong {
	color: #d4d4d4;
}	

.partner {
	text-align:center;
 
}


.grusswort {
	padding-top: 1.5%;
}


.flaeche {
  width: 100%;
  height: auto;
  margin-bottom: 3%;
  padding-bottom: 0;
	background-color: rgba(0, 95, 129, 1);
    }
       
  
[controls] {
  width: 100%;
  margin: 0 auto;
}



ul {
	list-style-type: circle;
	width: 90%;
    background: #EEE;
    padding: 2%;
	margin: 0% 3% 0% 3%;
	list-style-position: inside;

}



em {
	 font-family: "MotivaSans-LightItalic";
	 letter-spacing: -0.04em;
}



strong {
	 font-family: "MotivaSans-Regular";
	 letter-spacing: -0.04em;
}


a {
	color: rgb(51, 51, 51);
	text-decoration: underline;
}

a.smoothScroll {
	text-decoration: none;
	color: #00a7ff;
}

a.smoothScroll:hover {
color:black;
}

a:hover {
	 color: rgb(51, 51, 51);
	text-decoration: none;
}

.partner a {	
	text-decoration: none;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
}


sub {
  bottom: -0.25em;
}

img {
  height: auto; /* Falls Dimensionsangaben im HTML vorhanden sind */
  max-width: 100%;
  border: 0;
}


img.thumbnail {
  float: left;
  margin: 0 1.5% 0 3%;
}  


figcaption { 
  display: block;
  font-size: 0.8em;
  letter-spacing: 0.05em;
  line-height: 1.385em;
  width: 50%;
  margin: 0 0 9% 3%;
}

.referenzen {
  position: relative;
  padding-bottom: 56%;
  height: 0;
  overflow: hidden;}
  
.referenzen iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



/* Anpassungen für mobile Endgeräte */
@media only screen and (max-width: 480px){


.einzug {
	 width: 100%;
	 margin: 0 auto;	
}



h1 {
	 font-family: "MotivaSans-Bold";
	 font-size: 1.2em;
	 line-height: 1.2em;
	 text-align: center;
	 text-transform: uppercase;
	 width: 94%;
	 float: none;
	 margin: 3%;
	 padding-top: 2%;
	 letter-spacing: 0em;
}


h2 {
	 font-family: "MotivaSans-Bold";
	 font-size: 1.2em;
	 line-height: 1.2em;
	 text-align: center;
	 width: 100%;
	 text-transform: uppercase;
	 letter-spacing: 0.2em;
	 margin: 4% 0% 3% 0%;
	 border-style: solid;
	 border-width: 1px 0px;
	 padding: 0.4em 0em 0.2em 0em;
}



p {
	 font-family: "MotivaSans-Light";
	 font-size: 1em;
	 line-height: 1.5em;
	 color: rgb(51, 51, 51);
	 text-align: left;
	 width: 92%;
	 margin: 3% 4% 3% 4%;
}






ul {
	width: 80%;
	margin: 3% 10% 3% 10%;
	list-style-type: square;
	list-style-position: outside;
	color: rgb(51, 51, 51);	
}



em {
	 font-family: "MotivaSans-LightItalic";
	 letter-spacing: -0.04em;
}



strong {
	 font-family: "MotivaSans-Bold";
	 letter-spacing: 0em;
	 color: rgb(51, 51, 51);
}



img {
  height: auto; /* Falls Dimensionsangaben im HTML vorhanden sind */
  max-width: 100%;
  margin: 0;
  padding: 0;
}



.flaeche {
  background-color: #CCC;
}



.grusswort {
	font-size: 0.8em;
	line-height: 1.3em;
	padding-right: 1.5%;
}



[controls] {
  margin-top: 0.5em;
}



/* Extra-Styles Landing Page */
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }

}