/*
This file is part of the TYPO3 CMS project.

It is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License, either version 2
of the License, or any later version.

For the full copyright and license information, please read the
LICENSE.txt file that was distributed with this source code.

The TYPO3 project - inspiring people to share!
*/
/*
    Created on : 05.08.2016, 15:53:11
    Author     : Kevin Ditscheid <ditscheid@engine-productions.de>
*/
html,
body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}
button{
	font-size: 18px;
}
.flex .column{
	width: 315px;
}
.container,
.container-900,
.textblock{
	padding-right: 20px;
	padding-left: 20px;
	max-width: calc(100% - 40px);
	width: 1260px;
	margin: 0 auto;
}
.container-900{
	width: 900px;
	margin-left: 0;
}
.column-3{
   width: 320px;
   padding-left: 60px;
}
.column-3 .contentelement img{
    max-width:320px;
    height: auto;
}
.cloum-3 .contentelement span.icon-arrow-round-right-before::before, .cloum-3 .contentelement a.icon-arrow-round-right-before::before, .cloum-3 .contentelement .icon-arrow-round-right-before::before{
    margin-right: 12px;
}
.textblock {
	width: 800px;
	margin: 0;
}
.container-full{
	width: 100%;
	margin: 0;
}
.container-padding{
	padding: 40px 20px;
}
.container-padding-top-bottom{
	padding: 40px 0;
}

.ce-textpic img{
	max-width: 100%;
	/* height: auto; */
}

.ce-rounded img{
	border-radius: 50%;
}

.ce-behind{
	padding: 0;
	position: relative;
}
.ce-behind .ce-bodytext{
	position: relative;
	z-index: 10;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto
}

.ce-bodytext p {
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto
}
/* fix for margins inside of the ce-bodytext */
.ce-behind .ce-bodytext:before{
	display: block;
	height: 0;
	content: "0";
	visibility: hidden;
	clear: both;
}
.ce-behind .ce-gallery{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.ce-behind img{
	max-width: 100%;
	height: auto;
	max-height: 100%;
}
.ce-media {
	padding-right: 20px;
}
.ce-div{
	margin: 20px 0;
}
.special-margin{
	width: 630px;
	max-width: 100%;
	margin-left: auto;
	margin-right: 0;
}

.white > .row{
	width: 1400px;
	margin: 0 auto;
}
.blue > .row{
	width: 1260px;
	margin: 0 auto;
}
.darkblue > .row{
	width: 1402px;
	margin: 0 auto;
}
.darkblue .contentelement {
	padding-top: 60px;
	padding-bottom: 40px;
}
.beige > .row{
	width: 1400px;
	margin: 0 auto;
}
.darkbeige > .row{
	width: 1400px;
	margin: 0 auto;
}

.btn{
	background: none;
	border: 1px solid #BEBFB7;
	padding: 12px 9px;
	margin: 0;
	cursor: pointer;
}
.forminput{
	height: 20px;
	border: 1px solid #DFDFDD;
	margin: 1px;
	padding: 2px;
	border-radius: 4px;
}
.forminput-sharp{
	border-radius: 0;
}
.forminput:focus{
    box-shadow: 0px 0px 1px black;
    border: 2px solid #7c7e6e;
	margin: 0;
	border-radius: 2px;
}
.forminput-sharp:focus{
	border-radius: 0;
}
.formarea{
	width: 650px;
	height: 200px;
	max-width: 100%;
	max-height: 100%;
	padding: 2px;
	border: 1px solid #DFDFDD;
}
.formarea:focus{
	box-shadow: 0px 0px 1px black;
    border: 2px solid #7c7e6e;
	margin: 0;
	border-radius: 2px;
}
.formbutton{
	font-family:"Roboto";
	text-decoration: none;
	font-weight: bold;
	color: #000;
	background: #fff;
	display: inline-block;
	padding: 12px 9px;
	border: 1px solid #DFDFDD;
	min-width: 214px;
	position: relative;
	padding-right: 35px;
	text-align: left;
}
.formbutton:hover,
.formbutton:focus{
	background: #ddddd7;
}
.formbutton:after{
	content: "\f0a9";
	font-family: "FontAwesome";
	display: inline;
	color: #f25c1a;
	font-size: 24px;
	vertical-align: middle;
	margin-top: 5px;
}
.formbutton:after{
	display: block;
	position: absolute;
	right: 12px;
	top: 3px;
}
.textlink{
	border: none;
	background: none;
	padding: 0;
	margin: 0;
	cursor: pointer;
	text-decoration: none;
}
.textlink:hover,
.textlink:focus{
	text-decoration: underline;
}

.padding-small{
	padding: 5px;
}
.padding-medium{
	padding: 10px;
}
.margin-small{
	margin: 5px;
}
.margin-medium{
	margin: 15px;
}
.margin-medium:before,
.margin-small:before{
	content: '';
	display: block;
	height: 0;
	visibility: hidden;
	margin: 0;
}
.margin-medium:after,
.margin-small:after{
	content: '';
	display: block;
	height: 0;
	visibility: hidden;
	margin: 0;
}
.tx-indexedsearch-form,
.tx-indexedsearch-searchbox .tx-indexedsearch-searchbox-button{
	margin-bottom: 12px;
}
.tx-indexedsearch-searchbox legend{
	display: none;
}
.tx-indexedsearch-searchbox fieldset{
	border: none;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #DFDFDD;
	margin-bottom: 12px;
}
.tx-indexedsearch-browsebox{
	list-style: none;
	padding: 0;
}
.tx-indexedsearch-browsebox > li{
	display: inline-block;
}
.tx-indexedsearch-browsebox > li + li:before{
	content: "|";
	margin-right: 5px;
}
.column .ce-row{
	text-align: center;
}
.column .ce-column{
	float: none;
	display: inline-block;
}
.column .ce-media{
	padding: 0;
}
.column .ce-intext.ce-right .ce-gallery,
.column .ce-intext.ce-left .ce-gallery,
.column .ce-above .ce-gallery{
	margin: 0;
}
.hyphenate{
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}

.cc-window {
	font-family: 'Roboto Slab', sans-serif !important;
}

@media screen and (min-width: 550px){
	.container-padding{
		padding: 40px;
	}
}
@media screen and (min-width: 1260px){
	.column .ce-column{
		float: left;
		display: block;
	}
	.column .ce-media{
		padding-right: 20px;
	}
	.column .ce-gallery{
		margin-right: 10px;
	}
}
@media screen and (min-width: 1300px){
	.container{
		max-width: 100%;
		padding: 0;
	}
	.container-900{
		margin-left: auto;
		padding-right: 360px;
	}
}

@media screen and (max-width: 990px){
	.column-6 .ce-gallery{
		float: none;
	}
}
@media screen and (max-width: 768px){
	.ce-right .ce-gallery,
	.ce-left .ce-gallery,
	.ce-column{
		float: none;
	}
}