body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li{float:left}.ce_gallery>ul li.col_first{clear:left}.float_left{float:left}.float_right{float:right}.block{overflow:hidden}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
@media (max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.ie7 img{-ms-interpolation-mode:bicubic}.ie8 img{width:auto}
/*	-------------------------------------------------------------
	Fonts
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
@font-face {
    font-family: 'DINProRegular';
    src: url('../../files/ankedurt/fonts/DINProRegular.eot');
    src: url('../../files/ankedurt/fonts/DINProRegular.eot') format('embedded-opentype'),
         url('../../files/ankedurt/fonts/DINProRegular.woff2') format('woff2'),
         url('../../files/ankedurt/fonts/DINProRegular.woff') format('woff'),
         url('../../files/ankedurt/fonts/DINProRegular.ttf') format('truetype'),
         url('../../files/ankedurt/fonts/DINProRegular.svg#DINProRegular') format('svg');
	font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'DINProMedium';
    src: url('../../files/ankedurt/fonts/din-medi-webfont.eot');
    src: url('../../files/ankedurt/fonts/din-medi-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../files/ankedurt/fonts/din-medi-webfont.woff') format('woff'),
         url('../../files/ankedurt/fonts/din-medi-webfont.ttf') format('truetype'),
         url('../../files/ankedurt/fonts/din-medi-webfont.svg#DINProMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'nothing_you_could_do_boldbold';
    src: url('../../files/ankedurt/fonts/nothingyoucoulddobold-webfont.eot');
    src: url('../../files/ankedurt/fonts/nothingyoucoulddobold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../files/ankedurt/fonts/nothingyoucoulddobold-webfont.woff2') format('woff2'),
         url('../../files/ankedurt/fonts/nothingyoucoulddobold-webfont.woff') format('woff'),
         url('../../files/ankedurt/fonts/nothingyoucoulddobold-webfont.ttf') format('truetype'),
         url('../../files/ankedurt/fonts/nothingyoucoulddobold-webfont.svg#nothing_you_could_do_boldbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*	-------------------------------------------------------------
	Basics
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

* {
	margin:0;
	padding:0;
	border:0;
}

html {
}

html, body {
	overflow-x:hidden;
}

body {
	width:100%;
	top:0;
	margin:0;
	padding:0;
	font-family:'DINProRegular', Arial, sans-serif;
	font-weight:normal;
	font-style:normal;
	font-variant:normal;
	font-size:93.75%;
	-webkit-text-size-adjust:93.75%;
	-webkit-font-smoothing: antialiased;
	color:#444;
	background:#fff;
}

p {
	font-size:0.9em;
	line-height:18px;
	margin-bottom:18px;
}
.red {
	color:#a72055;
}

h1 {
	font-family:'DINProMedium', Arial, sans-serif;
	font-size:1em;
	color:#a72055;
	line-height:18px;
	margin:0 0 18px 0;
	text-transform:uppercase;
}

h2 {
	font-family:'DINProMedium', Arial, sans-serif;
	font-size:1em;
	color:#a72055;
	line-height:18px;
	margin:0 0 0 0;
}

h3 {
	font-family:'DINProRegular', Arial, sans-serif;
	font-size:0.9em;
	color:#444;
	font-weight:bold;
	line-height:18px;
	margin:0 0 0 0;
}

a {
	color:#a72055;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a:active, a:focus {
	outline:none;
	border:0;
}

a.arrow-link {
	line-height:22px;
	margin:0;
	padding:1px 0px 1px 28px;
	background:url(../../files/ankedurt/layout/arrow.png) left center no-repeat;
}

.add-sign {
	font-family:Helvetica, Arial, sans-serif;
	font-size:0.9em;
	line-height:18px;
}

.note {
	font-size:0.9em;
	line-height:18px;
	margin-bottom:18px;
}

*:focus {
	outline:0;
	border:0;
}

img {
	border:0;
	padding:0;
	margin:0;
	vertical-align:top;
}

.clear {
	clear:both;
}

/*	-------------------------------------------------------------
	Layout
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#wrapper {
	padding:0;
	margin:0;
}
 
#container {
	padding:0;
	margin:0;
}
#main {
	width:100%;
	background:#fff;
	padding:0;
	margin:0;
}
#main .inside {
	padding:40px;
	margin:0;
}

/*	-------------------------------------------------------------
	Formular
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
#main .ce_form.tableform, #main .ce_form.tableless {
	margin:0;
	padding:0;
	width:100%;
}
#main label {
	font-size:0.9em;
	width:90%;
	display:block;
	float:left;
	padding-left:12px;
	margin:10px 10px 0 0;
}
#main input.text {
	font-family:Helvetica, Arial, sans-serif;
	font-size:0.85em;
	width:90%;
	color:#444;
	margin:4px 10px 10px 0px;
	padding:6px 12px 6px 12px;
	border:#c6c6c6 1px solid;
	-webkit-border-radius:0px !important;
	border-radius:0px !important;
	-webkit-appearance:none !important;
	-moz-appearance:none !important;
}
#main input.text:focus {
	background-color:#f9f9f9;
}
#main textarea {
	font-family:Helvetica, Arial, sans-serif;
	font-size:0.85em;
	float:left;
	width:90%;
	height:120px;
	color:#444;
	margin:4px 10px 10px 0px;
	padding:6px 12px 6px 12px;
	border:#c6c6c6 1px solid;
	-webkit-border-radius:0px !important;
	border-radius:0px !important;
	-webkit-appearance:none !important;
	-moz-appearance:none !important;
}
#main textarea:focus {
	background-color:#f9f9f9;
	border:#c6c6c6 1px solid;
}
#main .explanation {
	padding-left:12px;
}
#main .ce_form.tableform p.error, #main .ce_form.tableless p.error {
	margin-top:4px;
	margin-bottom:0;
	font-size:0.8em;
	padding-left:12px;
	color:#a72055;
}
#main span.mandatory {
	color:#a72055;
	padding-left:3px;
}
#main input.captcha {
	font-family:Helvetica, Arial, sans-serif;
	font-size:0.85em;
	width:100px;
	text-align:center;
	color:#444;
	margin:4px 0 4px 0;
	padding:4px 12px 4px 12px;
	border:#c6c6c6 1px solid;
	-webkit-border-radius:0px !important;
	border-radius:0px !important;
	-webkit-appearance:none !important;
	-moz-appearance:none !important;
}
#main input.captcha:focus {
	background-color:#f9f9f9;
}
*:first-child+html #main input.captcha:hover {
	background-color:#f9f9f9;
}
.captcha_text {
	font-size:0.9em;
	float:left !important;
	width:100% !important;
	margin-left:12px;
}
#main input.submit {
	width:93%;
	height:30px;
	font-size:0.9em;
	color:#444;
    padding:0 5px 0 5px;
	margin:30px 0 0 0;
	border:#c6c6c6 1px solid;
    display:inline-block;
    cursor:pointer;
	background:#fff;
	-webkit-border-radius:0px !important;
	border-radius:0px !important;
	-webkit-appearance:none !important;
	-moz-appearance:none !important;
}
#main input.submit:hover {
	background:#a72055;
	color:#fff;
}
#main .checkbox_container {margin: 10px 0;}
#main .checkbox_container legend span {margin-bottom: 5px; display: inline!important;}
#main .checkbox_container label {margin-left:10px; float:none; line-height: 18px;}
#main .checkbox_container input {padding: 0; float: left; margin-top: 13px; -webkit-box-shadow: none; box-shadow: none;}
#main .checkbox_container legend {display: block; overflow: hidden; margin-top: 10px;}
body.ie #main .checkbox_container input, body.ie #main .radio_container input {border: none;}

/*-------------Media Querys-----------------*/

@media only screen and (min-width: 1024px){
#main .inside {
	max-width:640px !important;
}
}
/* iPad Landscape */
@media only screen and (min-width: 850px) and (max-width: 1024px) {
#main .inside {
	max-width:640px !important;
}
#main textarea, #main input.text {
	float:none;
	width:87%;
}
#main input.captcha {
	float:none;
	width:87%;
}
.captcha_text {
	float:none;
	width:87%;
	margin-left:12px;
}
#main input.submit {
	width:92%;
}
}
/* iPad Portrait */
@media only screen and (min-width: 680px) and (max-width: 850px) {
#main .inside {
	width:94%;
	margin:0 auto 0 auto;
	min-height:0;
	padding:20px;
}
}
/* iPhone Landscape */
@media only screen and (max-width: 680px) {
body {
	font-size:90%;
	overflow:hidden;
}
#wrapper {
	padding-bottom:0px;
}
#main .inside {
	width:90%;
	margin:0 auto 0 auto;
	min-height:0;
	padding:20px 10px;
}
#main textarea, #main input.text {
	float:none;
	width:90%;
}
#main input.captcha {
	float:none;
	width:90%;
}
.captcha_text {
	float:left;
	width:100%;
	margin-left:12px;
}
#main input.submit {
	width:94% !important;
}
}
/* iPhone Portrait */
@media screen and (max-width: 480px) {
body {
	font-size:90%;
	overflow:hidden;
}
#wrapper {
	padding-bottom:0px;
}
#main .inside {
	width:90%;
	margin:0 auto 0 auto;
	min-height:0;
	padding:20px 10px;
}
#main textarea, #main input.text {
	float:none;
	width:88%;
}
#main input.captcha {
	float:none;
	width:88%;
}
.captcha_text {
	float:left;
	width:100%;
	margin-left:12px;
}
#main input.submit {
	width:97%;
}
}
