/*---------------------------------
1. NORMALIZE
---------------------------------*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

input[type="text"], input[type="number"], input[type="password"], textarea, select, #f112  {
	border-radius: 0!important;
	outline: 0 none!important;
}


html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	box-sizing: border-box;
}

body {
	margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}

audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden], template {
	display: none;
}

a {
	background-color: transparent;
}

a:active, a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b, strong {
	font-weight: 700;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

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

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code, kbd, pre, samp {
	font-family: monospace,monospace;
	font-size: 1em;
}

button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button, select {
	text-transform: none;
}

select {
	color: #000;
}

button, html input[type=button], input[type=reset], input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled], html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type=checkbox], input[type=radio] {
	box-sizing: border-box;
	padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
	height: auto;
}

input[type=search] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: 700;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td, th {
	padding: 0;
}

img {
	max-width: 100%;
}

div {
	outline: none!important;
}

/*---------------------------------
2. COMMON
---------------------------------*/
/*  2.1 CLEARFIX */
.row:after, .row:before {
	content: " ";
	display: table;
}

.row:after {
	clear: both;
}

@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	src: url('fonts/lato/lato-v16-latin-regular.eot'); /* IE9 Compat Modes */
	src: local('Lato'), local('Lato-Regular'),
	url('fonts/lato/lato-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('fonts/lato/lato-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
	url('fonts/lato/lato-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
	url('fonts/lato/lato-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
	url('fonts/lato/lato-v16-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/*  2.2 BODY */
body {
	font-family: 'Lato', 'Arial', sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: black;
	hyphens: auto;
	-moz-hyphens: auto;
	font-kerning: auto;
	font-feature-settings: "kern";
	-webkit-font-feature-settings: "kern";
	-moz-font-feature-settings: "kern";
	-moz-font-feature-settings: "kern=1";
}


/*---------------------------------
3. CLASSES
---------------------------------*/
/*  3.1 TYPOGRAPHY */

.small-text {
	font-size: 12px;
	line-height: 18px;
}

.medium-text {
	font-size: 18px;
	line-height: 24px;
}

.large-text {
	font-size: 32px;
	line-height: 48px;
}

.slim-text{
	font-size: 14px;
	font-weight: 100;
	text-transform: uppercase;
}

.center-text {
	text-align: center;
}

.justify-text {
	text-align: justify;
}

.right-text {
	text-align: right;
}

.uppercase-text {
	text-transform: uppercase;
}

.capitalize-text {
	text-transform: capitalize;
}

.muted {
	color: #4D4D4D;
}

.bolded {
	font-weight: bold;
}

.submit_reg {
	background-color: #575756;
	color: #04baee;
	font-weight: normal;
	padding: 10px 21px;
	border-radius: 9px;
	outline: 0 none;
	font-size: 1.5em;
	border: 3px solid #04baee;
	transition: opacity 200ms ease-in;
}

.submit_reg:hover {
	opacity: 0.5;
}

h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
h6::selection,
a::selection,
b::selection,
p::selection,
li::selection,
span::selection,
strong::selection,
button::selection {
	background: #ddd;
}

h1::-ms-selection,
h2::-ms-selection,
h3::-ms-selection,
h4::-ms-selection,
h5::-ms-selection,
h6::-ms-selection,
a::-ms-selection,
b::-ms-selection,
p::-ms-selection,
li::-ms-selection,
span::-ms-selection,
strong::-ms-selection,
button::-ms-selection {
	background: #ddd;
}

h1::-moz-selection,
h2::-moz-selection,
h3::-moz-selection,
h4::-moz-selection,
h5::-moz-selection,
h6::-moz-selection,
a::-moz-selection,
b::-moz-selection,.
p::-moz-selection,
li::-moz-selection,
span::-moz-selection,
strong::-moz-selection,
button::-moz-selection {
	background: #ddd;
}

input {
	color: #000;
}

table.answer {
	margin: 0 auto;
}

table.answer tr {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

table.answer tr td, table.answer tr th {
	padding: 10px 15px;
}

table.answer tr td, table.answer tr th, table.answer tr th label, table.answer tr td label {
	cursor: pointer;
}



.headline {
	color: #666;
	font-size: 64px;
	font-weight: lighter;
	text-transform: uppercase;
}

.resizing-headline{
	line-height: 100%;
}

.slim-headline{
	font-weight: 100;
	text-transform: uppercase;
}

.subline {
	font-weight: 100;
	margin-top: 0;
}

.inline-list {
	padding: 0;
}

.inline-list li {
	display: inline;
	padding: 0 0.2%;
}

.inline-list li:first-child {
	padding-left: 0;
}

/*---------------------------------
4.  LAYOUT
---------------------------------*/
/*  4.1 Spaces */
.whitespace-25 {
	height: 1.6%;
}

.whitespace-50 {
	height: 50px;
}

.whitespace-75 {
	height: 75px;
}

.whitespace-100 {
	height: 100px;
}

.offset-left-25{
	margin-left: 1.6%;
}
/* 5% OFFSET */
.offset-left{
	margin-left: 5%;
}

.frame{
	padding: 0 5%;
	box-sizing: border-box;
}


.offset-top-25 {
	margin-top: 1.6%;
}

.offset-top-50 {
	margin-top: 5%;
}


.frame-25 {
	padding: 1.6%;
	box-sizing: border-box;
}


/* 4.2 Grid */
.inner-wrapper {
	max-width: 80%;
}

.row {
	width: 100%;
}


.regwrap {
	padding: 0 80px 50px 80px;
}

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

.regcol form {
	width: 100%;
}

.regcol1 {
	width: 38%;
	/*float: left;*/
}


.regcol1, .regcol2 {
	margin: 0 auto;
}

.regcol2 {
	margin: 0 auto 55px auto;
	width: 38%;
	/*float: right;*/
}



.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
	display: block;
	float: left;
	margin: 0 0 0 1.6%;
}


.col-1:first-child,
.col-2:first-child,
.col-3:first-child,
.col-4:first-child,
.col-5:first-child,
.col-6:first-child,
.col-7:first-child,
.col-8:first-child,
.col-9:first-child,
.col-10:first-child,
.col-11:first-child,
.col-12:first-child{
	margin-left: 0;
}

.col-12 {
	width: 100%;
}

.col-11 {
	width: 91.53%;
}

.col-10 {
	width: 83.06%;
}

.col-9 {
	width: 74.6%;
}

.col-8 {
	width: 66.13%;
}

.col-7 {
	width: 57.66%;
}

.col-6 {
	width: 49.2%;
}

.col-5 {
	width: 40.73%;
}

.col-4 {
	width: 32.26%;
}

.col-3 {
	width: 23.8%;
}

.col-2 {
	width: 15.33%;
}

.col-1 {
	width: 6.866%;
}


#wrapper {
	padding-top: 90px;
}

.submenu {
	display: none;
}

.submenu_active {
	display: block!important;
}

#quicklinks {
	overflow: visible;
	position: fixed;
	right: 0;
	z-index: 9998;
	top: 30%;
}

#quicklinks .quicklink {
	box-shadow: -3px 3px 17px rgba(0, 0, 0, 0.2);
	cursor: pointer;
	padding: 0 15px;
	overflow: hidden;
}

#quicklinks .quicklink a {
	color: #FFF;
	display: block;
	font-size: 2.2rem;
	font-weight: lighter;
	font-style: italic;
	text-decoration: none;
	text-transform: uppercase;
	padding: 20px 50px 20px 0;
}

#quicklinks .quicklink:first-of-type {
	background-color: #b7c10a;
}

#quicklinks .quicklink:last-of-type {
	background-color: #006894;
	margin-top: 15px;
}


.navigation a {
	outline: none;
}

.navigationToggle {
	background: #575756;
	border: 1px solid #FFF;
	display: none;
	z-index: 9999;
	position: fixed;
	top: 3.3rem;
	right: 3rem;
	text-align: center;
	color: white;
}

.hamburger {
	display: flex;
	padding: 15px;
	cursor: pointer;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;
}

.hamburger-box {
	width: 30px;
	height: 22px;
	display: inline-block;
	position: relative;
}

.hamburger-inner {
	background-color: white;
	top: auto;
	bottom: 0;
	transition-duration: 0.15s;
	transition-delay: 0.15s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	display: block;
	margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
	width: 30px;
	height: 4px;
	border-radius: 0;
	position: absolute;
}


#mainNavigation {
	background: #575756;
	/*box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);*/
	padding: 2rem 0;
	display: flex;
	justify-content: center;
	width: 100%;
	flex-flow: column;
}


.topheadwrap {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
}

.topheader {
	background: #FFFFFF;
	z-index: 9999;
	padding: 0.8% 5%;
	width: 100%;
}

.topheader img {
	max-width: 120px;
	vertical-align: middle;
}


.reg_lbl, form div.col-sm-12 {
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
	color: #fff;
}

.reg_lbl {
	display: block;
	margin-bottom: 10px;
	font-size: 16px;
}

.regcol input[type="text"], .regcol input[type="password"], .regcol input[type="number"] {
	height: 35px;
	border: 0 none;
	background-color: #FFFFFF;
	width: 100%;
	font-size: 0.9em;
	text-indent: 10px;
	color: #474747;
	text-align: left!important;
	-webkit-appearance: none;
}

.input label {
	font-weight: normal;
}

.error {
	font-size: 24px;
	background-color: #04baee;
	color: #fff;
	padding: 5px 15px;
	width: 100%;
	text-align: center;
	display: inline-block;
}

.confirm {
	font-size: 1.6em;
	background-color: #04baee;
	color: #fff;
	padding: 5px 15px;
	width: 100%;
	text-align: center;
	display: inline-block;
	margin-top: 50px;
}

.col-sm-12, .col-xs-12, .col-sm-6 {
	margin-bottom: 25px;
	clear: both;
}

.insideContainer {
	width: 70%;
	margin: 0 auto;
}

.insideContainer2 {
	width: 80%;
	margin: 0 auto;
}


#mainNavigation ul {
	margin: 0;
	padding: 0;
}

#mainNavigation ul li {
	display: inline-block;
}

/*
#header #mainNavigation li:first-of-type a {
	margin-left: -3.5rem;
}
*/

.question, .answer {
	font-size: 18px;
}

#btn_send_ahead, #btn_send_back, #btn_start {
	background-color: #575756;
	color: #04baee;
	font-weight: bold;
	padding: 17px 30px;
	border-radius: 9px;
	outline: 0 none;
	font-size: 1.3em;
	border: 3px solid #04baee;
	cursor: pointer;
	transition: opacity 200ms ease-in;
}

#btn_send_ahead:hover, #btn_send_back:hover, #btn_start:hover {
	opacity: 0.5;
}

#header #mainNavigation a {
	color: #FFF;
	padding: 19px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 17px;	
}


#header #mainNavigation a:hover {
	/*background-color: #797978;*/
	/*text-shadow: 1px 0 1px #fff;*/
	font-weight: bold;
}

#header #mainNavigation a.active {
	font-weight: bold;
}


/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 768px) {
	.col-1,
	.col-2,
	.col-3,
	.col-4,
	.col-5,
	.col-6,
	.col-7,
	.col-8,
	.col-9,
	.col-10,
	.col-11,
	.col-12 {
		margin: 1% 0 1% 0%;
		width: 100%;
	}
	.inner-wrapper {
		max-width: 60%;
	}
}


.left {
	float: left;
}

.right {
	float: right;
}

.center {
	margin: 0 auto;
	float: none;
}

.square {
	position: relative;
	width: 49.2%;
	/* desired width */
	margin: 0 0 0 1.6%;
	float: left;
}

.square:first-child {
	margin-left: 0;
}

.square:before {
	content: "";
	display: block;
	padding-top: 100%;
	/* initial ratio of 1:1*/
}

.content {
	position: absolute;
	top: 50%;
	left: 0;
	bottom: 50%;
	right: 0;
	text-align: center;
}


.bg {
	background: #000;
}

.bg:hover {
	background: #ccc;
}

/* Compatible from IE 10 upwards */
.transition {
	-webkit-transition: 500ms;
	-moz-selection: 500ms;
	-ms-transition: 500ms;
	-o-transition: 500ms;
	transition: 500ms;
}

.teaser-heading {
	padding-left: 5.8%;
}

.flex-parent {
	display: flex;
	height: 100vh;
}

#page-content {
	width: 100%;
}

.main-container {
	width: 31%;
	background: white;
	padding: 2% 2% 3% 2%;
}

.little-box {
	width: 200px;
	height: 200px;
	background: orange;
}

.flex-child {
	justify-content: space-between;
	margin: auto;
}

a {
	color: #000;
	text-decoration: none;
}

p {
	margin: 0;
	hyphens: none;
}

a:hover {
	text-decoration: underline;
}




/* CUSTOM */

ul{
	list-style: none;
}


#site-header {
	padding: 5em 5% 4em 5%;;
	box-sizing: border-box;
}

#slider img{
	width: 100%;
}


.slide_content {
	padding: 7.5% 0;
	height: 100%;
}


#slider .owl-wrapper {
	height: 100%;
}

#slider .owl-item {
	background: #666;
	height: 50vh;
}

#slider .owl-item:last-of-type {
	background: rgba(210, 190, 20, 0.95);
}


#slider .owl-item * {
	color: #FFF;
}


#slider .owl-item h2 {
	font-weight: 500;
	text-transform: none;
	margin-bottom: 42px;
	font-size: 6rem;
	line-height: 1;
}



#slider .owl-item p {
	font-size: 3.4rem;
	font-weight: lighter;
}

@media (max-width: 768px) {
	#slider .owl-item {
		height: 40vh;
	}
	#slider .owl-item h2 {
		font-size: 2.4em;
	}
}

@media (max-width: 420px) {
	#slider .owl-item p {
		font-size: 2.4rem;
	}
	#slider .owl-item h2 {
		font-size: 2.8rem;
		margin-bottom: 12px;
		margin-top: 10px;
	}
	#slider .owl-item {
		height: 18vh;
	}
	.slide_content {
		padding: 4% 0;
	}
}


#slider .owl-item img {
	width: 100%;
	height: auto;
}

#slider .owl-item .slide_content {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	/*padding: 7.5% 0;*/
	height: 100%;
}


.intro-box {
	background: #2181a6;
	color: #FFF;
	padding: 5% 0;
	font-size: 2.4rem;
	font-weight: lighter;
	text-align: center;
	line-height: 3.8rem;
}


.df_container {
	width: 95%;
	max-width: 1080px;
	height: 100%;
	margin: 0 auto;
}

.df_container::after {
	clear: both;
	content: "";
	display: table;
}

@media screen and (max-width: 768px) {
	.df_container {
		width: 75%;
	}
}

.owl-buttons{
	display: none;
}


#gallery .col-3{
	width: 25%;
	margin: 0;
}

#gallery .row .col-3{
	overflow: hidden;
	margin-top: -10px;
}

#teaser img{
	width: 100%;
	display: block;
}

#counter-plugin{
	background: #666;
	color: #FFF;
	text-align: center;
	font-size: 44px;
	font-weight: bold;
	padding: 5%;
	box-sizing: border-box;
}

#kontakt-container{
	background: #3F4140;
	padding-top: 5%;
	padding-bottom: 5%;
}

footer {
	padding: 30px 0 0 0;
}




.square {
	position: relative;
	width: 49.2%;
	/* desired width */
	margin: 0 0 0 1.6%;
	float: left;
}

.square:first-child {
	margin-left: 0;
}

.square:before {
	content: "";
	display: block;
	padding-top: 100%;
	/* initial ratio of 1:1*/
}

.content {
	position: absolute;
	top: 50%;
	left: 0;
	bottom: 50%;
	right: 0;
	text-align: center;
}


#teaser .hover-container{
	position: relative;
}

.contenthover{
	font-size: 16px;
	line-height: 1.4;
	height: 100%;
	padding: 8%;
	box-sizing: border-box;
	color: #FFF;
	text-align: center;
	opacity: 0;
	position: absolute;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

.contenthover:hover{
	opacity: 1;
}

.color-1{
	background: rgba(210, 190, 20, 0.95);
}

.color-2{
	background: rgba(0,170,230, 0.95);
}

.color-3{
	background: rgba(184, 192, 10, 0.95);
}

.counter{
	font-weight: 500;
	margin-top: 25px;
}

.slim-text {
	margin-top: 10px;
}

/*=======================================
FORMULAR
=======================================*/

#kontakt-container{
	background: #3F4140;
	color: #FFF;
}


#kontakt-container a{
	font-size: 16px;
	color: #FFF;
}

.kontaktdaten{
	padding: 1% 0;
	color: #FFF;
	font-size: 12px;
}

.kontaktdaten li{
	font-size: 16px;
	line-height: 24px;
}

.kontaktdaten a{
	color: #FFF;
}

.cta{
	text-align: center;
}
.large-headline{
	font-size: 48px;
}

#kontakt-container .large-link{
	font-size: 32px;
}

.topmenu {
	margin: 0 auto;
}

.submenu {
	margin: 0 auto;
}

.submenu a {
	padding: 0 16px!important;
	font-size: 12px;
}



/* Footer */



@media (max-width: 1024px) {
	.headline {
		font-size: 36px;
	}

	.large-text {
		font-size: 28px;
		line-height: 36px;
	}

	.contenthover p {
		font-size: 13px;
		line-height: 21px;
	}

	.insideContainer {
		width: 80%;
	}

	.insideContainer2 {
		width: 80%;
	}

	#header #mainNavigation li:first-of-type a {
		margin: 0;
	}

	.regcol1 {
		width: 100%;
		float: none;
	}

	.regcol2 {
		width: 100%;
		float: none;
	}
	
	.col-sm-12 {
		width: 100%!important;
	}

}


	@media (max-width: 820px) {

		.regwrap {
			padding: 50px 0;
		}

		#quicklinks {
			display: none;
		}

		.inline-list {
			position: relative;
			left: 88%;
			width: 75px;
		}

		.topmenu {
			margin-top: 15%;
		}

		.topmenu, .submenu {
			padding: 0 15%;

		}

		#mainNavigation {
			position: fixed;
			top: 56px;
			left: 0;
			right: 0;
			bottom: 0;
			background: rgba(87, 87, 86, 0.8);
			z-index: 9999;
			display: none;
			align-items: center;
		}

		.topheader {
			padding: 2% 5%;
		}
		
		.insideContainer {
			width: 80%;
			margin-top: 45%;
		}

		/*.insideContainer2 {
			margin-top: 10%;
		}*/


		#header #mainNavigation ul {
			display: block;
			margin: 0;
			padding: 0;
		}


		#header #mainNavigation ul li {
			display: block;
			/*margin: 0.5em 0;*/
		}

		#header #mainNavigation a {
			font-size: 2em;
			line-height: 1.2em;
			display: block;
			padding: 3% 0!important;
		}

		#header #mainNavigation .submenu a {
			font-size: 1.2em;
		}

		#header #mainNavigation a:hover {
			background-color: unset;
			text-shadow: unset;
		}

		#site-header {
			padding: 0em 5% 4em 5%;
		}

		.navigationToggle {
			display: block;
			right: 5%;
			top: 1%;
			width: 60px;
			z-index: 10000;
		}

		.main-container {
			width: 80%;
		}

		.frame {
			padding: 0 15%;
		}

		.offset-left {
			margin-left: 15%;
		}

		.headline {
			font-size: 32px;
			line-height: 34px;
		}

		.large-text {
			font-size: 24px;
			line-height: 32px;
		}

		.mobile-offset-top {
			margin-top: 10%;
		}

		#gallery .col-3 {
			width: 50%;
		}

		.large-headline {
			font-size: 28px!important;
			line-height: 32px!important;
		}

		#kontakt-container .large-link {
			font-size: 24px;
		}

		#counter-plugin {
			font-size: 32px;
		}
		
	}


	@media (max-width: 480px) {
		
		.headlines h1 {
			font-size: 20px!important;
		}
		
		.headlines h2 {
			font-size: 25px!important;
		}
		
		.topheader {
			padding: 3.5% 5%;
		}

		table.portal tr td, table.portal tr th, table.answer tr td, table.answer tr th {
			word-break: break-all;
			white-space: pre-wrap;
		}

		input[type="text"], input[type="password"], input[type="email"], input[type="number"] {
			-moz-box-sizing:    border-box;
			-webkit-box-sizing: border-box;
			box-sizing:        border-box;
			height: 45px!important;
		}

		.regcol {
			width: 84%!important;
		}

		.regcol input[type="text"], .regcol input[type="password"], .regcol input[type="number"] {
			width: 100%;
		}

		.error, .confirm {
			width: 90%;
		}

		.inline-list {
			position: relative;
			left: 75%;
		}

		.headline {
			font-size: 22px;
			line-height: 28px;
			margin: 12% auto 5% auto !important;
		}

		#wrapper {
			padding-top: 95px;
		}

		#header #mainNavigation a {
			font-size: 150%;
		}

		.insideContainer {
			width: 80%;
			margin-top: 15%;
		}

		.topmenu {
			margin-top: 18%;
		}

		#header #mainNavigation ul li {
			display: block;
			margin: 0;
		}

		.insideContainer2 {
			width: 96%!important;
		}

		table.answer tr td, table.answer tr th {
			font-size: 14px;
		}

		#btn_send_back, #btn_send_ahead, #btn_start {
			font-size: 14px;
			padding: 15px 25px;
		}

	}

	@media (max-width: 320px) {
		.slim-headline {
			font-size: 18px;
		}

		#teaser p {
			font-size: 11px;
			line-height: 14px;
		}

		table.answer tr td, table.answer tr th, table.portal tr td, table.portal tr th {
			font-size: 12px;
		}
	}




	.touch .contenthover {
		opacity: 1;
	}

	.touch .color-1,
	.touch .color-2,
	.touch .color-3 {
		background: rgba(63, 65, 64, 1);
	}


#images::after {
	clear: both;
	content: "";
	display: table;
}

#images figure {
	overflow: hidden;
	position: relative;
}

#images figure:hover figcaption {
	opacity: 1;
}

#images figcaption {
	background: rgba(0, 170, 230, 0.95);
	color: #FFF;
	font-size: 2.4rem;
	line-height: 3rem;
	padding: 25px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

#images figure:nth-child(1) figcaption {
	background: rgba(210, 190, 20, 0.95);
}

#images figure:nth-child(2) figcaption {
	background: rgba(0, 170, 230, 0.95);
}

#images figure:nth-child(3) figcaption {
	background: rgba(184, 192, 10, 0.95);
}

#images img {
	display: block;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

#images img:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.col-9 {
	width: 73%;
}

.col-8 {
	width: 65.83333%;
}

.col-6 {
	width: 48.75%;
}

.col-4 {
	width: 31.6667%;
}

.col-3 {
	width: 23.8%;
}

.col-2 {
	width: 15.33%;
}

.col-25 {
	float: left;
	width: 25%;
	margin: 0;
}

@media (max-width: 1280px) {
	.col-25 {
		width: 50%;
	}
}

.col-50 {
	float: left;
	width: 50%;
}

@media (max-width: 768px) {
	[class*="col-"] {
		width: 100%;
		margin: 1.6% 0;
	}
}

html {
	font-size: 62.5%;
}

@media screen and (max-width: 420px) {
	html {
		font-size: 45%;
	}
}