@charset "utf-8";

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;
}
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;
}

*, *::before, *::after, *:before, *:after{
	box-sizing:border-box;	
}




html,body{
	height:100%;	
}

#body{
	font-family: 'Capriola', arial, sans-serif;
	font-size:16px;
	font-weight:400;
	background:#ffed00;
	line-height:120%;
	background:#1b1c20;
	background:#878787;
	color:#1b1c20;
	position:relative;
}
.wrapper{
	width:1000px;
	max-width:95%;
	margin:0 auto;
	display:flex;
	justify-content:space-evenly;
	align-items:center;
	flex-wrap:wrap;
}

/* TOP BAR */
.top{
	background:#ffed00;
	padding-top:40px;
}
.claim{
		
}

.claim li{
	display:inline-block;	
	text-transform:uppercase;
	font-weight:700;
}

.claim li:before{
	display:inline;
	content:'|';
	color:#f00;	
	font-weight:700;
	padding:0 5px;
}

.claim li:first-child:before{
	display:none;	
}

/* HEAD */
.head{
	padding:50px 0;
	background:#ffed00;
}
.head-logo{
	width:47%;
}
.head-ul{
	width:47%;
	font-size:30px;
	font-weight:600;
	line-height:150%;
	text-transform:uppercase;
}

.head-ul li:nth-of-type(1){
	
}
.head-ul li:nth-of-type(2){
	margin-left:25px;	
}
.head-ul li:nth-of-type(3){
	margin-left:50px;
}
.head-ul li:before{
	content:'✔ ';
	color:#090;
}

/* AUSWAHL */
.choice{
	display:flex;
	justify-content:space-evenly;
	padding-bottom:50px;
	background:#ffed00;
}
.flags, .ads{
	width:47%;	
	margin:0 auto;
}

.h1{
	font-size:30px;
	line-height:150%;
}
.h1 span{
	display:block;	
}
.card{
	display:flex;
	position:relative;
	margin:25px auto;
	border:2px solid #dadada;
	background:#fff;	
	height:50px;
	line-height:50px;
	align-items:center;
	color:inherit;
	text-decoration:none;
	font-size:24px;
	font-weight:600;
	text-transform:uppercase;
	transition:transform 0.3s ease-in-out;
	width:100%;
	max-width:470px;
}

.btn-at{
	animation: shadow-pulse 1s 2s 1;
}
.btn-de{
	animation: shadow-pulse 1s 2.5s 1;
}
.btn-hu{
	animation: shadow-pulse 1s 3s 1;
}
.flag{
	width:50px;
	margin:0 12px 0 5px;
	z-index:100;
	transition:transform 0.3s ease-in-out;
}
.card:hover .flag, .card.active .flag{
	transform:scale(2);
}

.card .h3{
	transition:transform 0.3s ease-in-out;
}
.card:hover .h3, .card.active .h3{
	transform:translateX(20px);
}

.flag svg{
	vertical-align:middle;
	margin-top:-2px;
}

.ads{
	align-self:stretch;
}
.rem-lb{
	display:block;
	line-height:30px;
	width:340px;
	margin:0 auto;
	text-align:center;
	cursor:pointer;
}

#rem-cb{
	display:none;
	visibility:hidden;
	opacity:0;
}
.rem-lb .rem-box{
	display:inline-block;
	position:relative;
	width:30px;
	height:30px;
	line-height:30px;
	border:2px solid #707070;
	background:#fff;
	text-align:center;
	border-radius:4px;
}
#rem-cb:checked ~ .rem-box:before{
	content:'✔';
	position:absolute;
	top:0;left:0;right:0;bottom:0;
	width:100%;height:100%;
	text-align:center;
	line-height:30px;
	color:#090;
	font-weight:700;
	font-size:20px;
}
.rem-lb .rem-txt{
	height:30px;
	line-height:30px;
	
}
.txt{
	background:#ffed00;	
	padding-bottom:50px;
	border-bottom:2px solid #e30613;
	line-height:130%;
}
.txt .wrapper{
	display:block;	
}
.txt h2, .txt h1{
	display:inline-block;
	color:#000;
	font-weight:700;
	position:relative;
}
.txt h2 span, .txt h1 span{
	position:relative;
	z-index:50;	
	padding:5px;
}
.txt h2:before, .txt h1:before{
	content:'';
	position:absolute;	
	top:0;left:0;right:0;bottom:0;
	background:#fff;
	z-index:40;
	transform:skew(1deg, -3deg);
	
}

/* FOOTER */
.footer{
	position:relative;
	color:#fff;
	bottom:0;
	padding:50px 0;
}
.address{
	width:31%;
	align-self:start;
}
.address a{
	color:inherit;	
}
.address a:hover{
	color:#e30613;
}
.address .mail{
	font-size:14px;
}


/* REDIRECT WINDOW*/
.redir-wrapper{
	position:fixed;
	top:0;left:0;right:0;bottom:0;
	width:100%;height:100%;
	background:rgba(150,150,150,0.7);
	display:block;
	z-index:100;
}
.redir{
	position:absolute;	
	top:50%;left:50%;
	width:310px;
	height:180px;
	transform:translate(-50%,-50%);
	border-radius:7px;
	padding:25px;
	background:#fff;
}
.counter{
	font-size:40px;
	font-weight:700;	
	text-align:center;
	margin-bottom:25px;
}
.jq-stop-count{
	cursor:pointer;	
}

/* KARTE */
.ads svg{
	width:100% !important;
	max-width:100% !important;
	height:100% !important;
}
.svg-map polygon{
	fill:#fff;
}
svg a:hover .svg-map polygon, svg a.active .svg-map polygon{
	fill:#dadada;
	cursor:pointer;
}

.map-at, .map-de, .map-hu{
	display:block;	
}
.map-at{}
.map-de{}
.map-hu{}

.img-at{display:block;width:100%}
.img-de{display:block;width:100%}
.img-hu{display:block;width:100%}

/* WERBEBÖLOCK */
.ad-banner{
	margin-bottom:50px;	
}
.ad-img{
	max-width:100%;	
}

@keyframes shadow-pulse
{
     0% {
          box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.3);
     }
     100% {
          box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
     }
}

@media only screen and (max-width: 1000px) {
	.head-ul{
		font-size:26px;	
	}
	.head-ul li{
		margin-left:0 !important;
	}
	.h1{
		font-size:22px;	
	}
	.card{
		font-size:22px;	
	}
	.address .mail{
		font-size:12px;
	}
}

@media only screen and (max-width: 760px) {
	.wrapper{
	
	}
	.head-logo{
		width:90%;	
	}
	.head-ul{
		width:auto;
	}
	.choice{
		padding-top:0;
	}
	.flags{
		width:90%;
	}
	.h1{
		text-align:center;	
	}
	.ads{
		display:none;	
	}
	.footer{
		font-size:14px;
	}
	.address .mail{
		font-size:11px;
	}
}

@media only screen and (max-width: 560px) {
	.head{
		padding:20px 0 0 0;	
	}
	.head-ul{
		display:none !important;
	}
	.head-ul, .h1{
		font-size:16px;	
	}
	.card{
		font-size:20px;	
		margin:20px auto;
	}
	.footer{
		padding:25px 0;
		font-size:16px;	
	}
	.address{
		width:90%;	
		padding:12px 0;
		border-top:1px solid #fff;
	}
	.address:first-child{
		border-top:none;
	}
	.address .mail{
		font-size:16px;
	}
	.top{
		padding-top:20px;	
	}
	.claim li{
		font-size:12px;
		font-weight:300;
		text-transform:none;
	}
	.claim li:before{
		padding:0 3px;	
	}
}

@media only screen and (max-width: 350px) {
	#body{
		font-size:14px;	
	}
	.top{
		display:none;	
	}
	.head-ul{
		display:none !important;
	}	
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.ads{display:none;}
}