/* ///////// FONTS ///////// */
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v30-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v30-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* raleway-regular - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/raleway-v28-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/raleway-v28-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/raleway-v28-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/raleway-v28-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/raleway-v28-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/raleway-v28-latin-regular.svg#Raleway') format('svg'); /* Legacy iOS */
}

/* ///////// Allgemeines ///////// */

html,
body {
	margin: 0px;
	padding: 0px;

	width: 100%;
	height: 100%;

	font-family: "Roboto";
	/* background-color: #fff; */
	background: rgb(255,180,75);
	/* background: radial-gradient(circle, rgba(255,180,75,1) 0%, rgba(255,128,0,1) 35%, rgba(212,66,0,1) 100%); */
	background: linear-gradient(90deg, rgba(238,121,39,1) 0%, rgba(240,88,39,1) 100%);

	transition: all 0.3s ease;
}

/* ///////// NAVIGATOR ///////// */

.navBox {
	border-bottom: 1px solid #eee;
	background-color: #fff;
	padding: 0px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
}
.navLogo {
	width: 100%;
	max-width: 150px;
	/*margin: 1.25em;*/
}
.navbar-nav > li {
	letter-spacing: .075em;
	text-align: center;
	font-size: 0.85em;
}
.navbar-nav > li > a {
	text-transform: uppercase;
	color: #333;
}
.navbar-nav > li > a:hover {
	color: #000;
	text-decoration: none;
}

.navBtnLoginText {
	display: inline-block;
}
.navBtnLoginIcon {
	display: inline-block;
}

.navBtnLogin {
	display: inline-block;
	text-transform: uppercase;
	background-color: #ff7000;
	padding: .8em 1.75em;
	font-weight: bold;
	border-radius: 25px;
	font-size: .9em;
	color: #fff;
	min-width: 150px;
	border: 2px solid #ddd;
}
.navBtnLogin:hover {
	color: #fff;
	background-color: #ff8000;
	text-decoration: none;
	/* border: 1px solid #fff; */
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}
.navBtnBurger {
	width: 100%;
	margin-top: .7em;
}


/* ///////// MAIN ///////// */

.btn-cta {
    font-size: .9em;
    border-radius: 25px;
    text-transform: uppercase;
    padding: .75em 1.75em;
}

.btn-cta:hover {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}

.btn-cta img {
    max-width: 23px;
}

.btn-cta p {
    margin: 0;
}

.btn-cta-green {
	background-color: #1e952b;
	color: #fff;
}

.btn-cta-green:hover {
	background-color: #38b946;
}

.btn-cta-blue {
	background-color: #1e62ad;
	color: #fff;
}

.btn-cta-blue:hover {
	background-color: #2880db;
}

.btnCTA {
	font-size: .9em;
	margin-top: 3em;
	padding: 10px 25px;
	border-radius: 25px;
	display: inline-block;
	text-transform: uppercase;
}
.btnCTA:hover {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}
.btnCTAIcon {
	max-width: 25px;
	margin-right: 10px;
}


/* ///////// HERO ///////// */

.heroSection
{
	/* background: url("../images/pages/dc3.jpg") no-repeat scroll 50% 100%; */

	background: url("../images/hero_cut_half.png") no-repeat scroll 50% 100%;

	/* background: url("../images/bg_poly.jpg") no-repeat scroll; */
	/* background-size: cover; */
	/* background-attachment: fixed; */

	/* background-color: #f0ceac; */
	padding-top: 100px;
	height: 90%;
}
.heroTextTitle {
	font-size: 4.5em;
	font-family: "Raleway";
	text-transform: uppercase;
	line-height: 1.2em;
	color: #111;
}
.heroTextTitleSub {
	font-family: "Raleway";
	font-size: 1.2em;
	color: #333;
}
.heroTextCTA1 {
	background-color: #1e952b;
	color: #fff;
}
.heroTextCTA:hover {
	background-color: #3abc01;
}
.heroGfx {
	max-width: 460px;
	max-height: 632px;
	width: 100%;
}
.heroScroller {
	background-color: #fff;
	padding-bottom: 50px;
}
.heroScollerIcon {
	-webkit-animation: heroScollerIcon 3s ease;
    animation: heroScollerIcon 3s ease;
    -webkit-animation-iteration-count: 5;
    animation-iteration-count: 5;
	animation-delay: 2s;
}

.heroHide {
  overflow: hidden;
}

.heroHide span {
  transform: translateY(130%);
  display: inline-block;
}

.hideGfx {
  transform: translateX(100%);
  display: inline-block;
  opacity: 0;
}

.heroText {
	padding: .1em .5em;
	font-size: 3em;
	background-color: #333;
	text-transform: uppercase;
	margin-bottom: .25em;
}
.textSmall {
  display: inline-block;
	font-size: .9em;
	line-height: 1.5em;
	color: #222;
}
.heroBlock {
  color: rgb(233, 233, 233);

}



/* ///////// SECTIONS ///////// */

.sectionTitle {
	color: #ff7000;
	font-size: 2.75em;
	text-transform: uppercase;
	font-weight: bold;
	padding: 40px 0;
}

.sectionTitleSub {
	color: #555;
	margin-bottom: 1em;
}
.sectionTitleSub > a {
	text-decoration: none;
	font-style: italic;
	font-size: .85em;
}

.subPageSection {
	background-color: #fff;
	padding-bottom: 5em;
	color: #333;
	padding-top: 2em;
}


/* ///////// PROS ///////// */

.proSection {
	background-color: #fff;
}

.proSection .card {
    border: none;
}

.proSection .card:hover {
    background-color: #f2f2f2;
}

.proSection .card > img {
    width: 80px;
}

.proSection .card .card-title {
    color: #ff8a2f;
	font-weight: bold;
	text-transform: uppercase;
    letter-spacing: .05em;
	font-size: .95em;
	hyphens: auto;
    min-height: 2em;
}

.proSection .card .card-text {
    color: #888;
	font-size: .75em;
	min-height: 55px;
	hyphens: auto;
}

.proSection .card span {
    text-decoration: none;
	font-style: italic;
	color: #4379b2;
}

.proSection .card:hover span {
    color: #007bff;
}


.proSectionBtnGreen {
	background-color: #1e952b;
	color: #fff;
}
.proSectionBtnGreen:hover {
	background-color: #38b946;
}
.proSectionBtnBlue {
	background-color: #006dd5;
	color: #fff;
}
.proSectionBtnBlue:hover {
	background-color: #0a3462;
}

.legalBox {
	margin: 150px 0 4em;
	background-color: #fff;
	padding: 3em 2em;
	border-radius: 25px;
	font-size: .9em;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
}
.pageTitleSub {
	margin-bottom: 2em
}
.pageTitleSub > img {
	width: 30px;
	margin: 0 7px 7px 0;
}


/* ///////// PARTNER ///////// */

.partnerSection {
	margin-bottom: 50px;
}
.partnerSectionTitle {
	font-size: .7em;
	color: #555;
	text-transform: uppercase;
	padding: 1em;
	font-weight: bold;
}
.partnerSection .partner {
	font-size: .7em;
	color: #999;
	margin-bottom: 3em;
    background-color: #f5f5f5;
}


/* ///////// INPUT ///////// */

.inputBox {
	padding: 0 0 1em;
	margin: 0;
}

.inputInput {
	width: 100%;
	padding: .5em .8em;
}

.inputLabel {
	font-size: .8em;
	margin: .3em 0;
	color: #999;
	text-transform: uppercase;
}
.inputTextDefault {
	border: 1px solid #999;
	margin-bottom: 2em;
	padding: 8px;
	width: 100%;
}
.inputSelectDefault {
	border: 1px solid #999;
	margin-bottom: 2em;
	width: 100%;
	padding: 8px;
	background-color: #fff;
	cursor: pointer;
}
.inputMarkError {
	border: 1px solid #999;
	background-color: #fbb;
}


/* ///////// SIGN UP ///////// */

.signUpBox {
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	margin-bottom: 4em;
	border-radius: 25px;
}
.signUpBoxLeft {
	background: url("../images/pages/signup.jpg") no-repeat;
	background-position: bottom left; 
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
	background-color: #363636;
	color: #aaa;
	padding: 2em;
}
.signUpBoxRight {
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
	background-color: #fff;
	padding: 2em 4em;
}
.signUpSubmit {
	margin-top: 2em;
	border: 0;
	border-radius: 8px;
	width: 100%;
	padding: 12px;
	background-color: #2565AE;
	color: #fff;
	font-size: .8em;
	text-transform: uppercase;
}
#sUpSuccess, #sUpLoading, #sUpError {
	display: none;
}

/* ///////// TARIFE ///////// */

.pricesCellHead {
	color: #fff;
	background-color: #444;
	padding: 1em 0;
	text-transform: uppercase;
	font-size: .9em;
	font-weight: bold;
}
.pricesCellTitle {
	color: #fff;
	background-color: #444;
	border-right: 1px solid #666;
	padding: 1em 1em;
	text-transform: uppercase;
	font-size: .9em;
}
.pricesCell {
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 0;
	padding: 0;
	padding: .5em;
	font-size: .9em;
}
.pricesCellLast {
	padding: 1em;
	color: #fff;
}
.pricesCellCTA {
	padding: 1em;
}
.pricesBtn {
	cursor: pointer;
	background-color: #383838;
	color: #fff;
	padding: 1.5em;
	font-size: 1em;
	border-radius: 15px;
}
.pricesBtn:hover {
	background-color: #000;
}
.pricesBtn > div > img {
	margin-right: 1em;
	width: 25px;
}
.pricesBtnOpen {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.pricingContent {
	border: 1px solid #333;
	padding: 1em;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
.pricingCard {
	background-color: #f9f9f9;
	border: 2px solid #fff;
	border-radius: 25px;
	font-size: .8em;
	color: #fff;
	cursor: pointer;
	transition: transform .2s;
	min-height: 500px;
}
.pricingCard:hover {
	transform: scale(1.05);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
}

.pricingCard > .head {
	padding: 3em 3em 2em 3em;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
}
.pricingCard > .head > img {
	height: 100px;
}
.pricingCard > .title {
	color: #fff;
	font-size: 1.5em;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 2em;
}
.pricingCard > .body {
	padding: 0 1em 1em 1em;
	min-height: 70px;
}
.pricingCard > .body > span {
	font-size: 1.5em;
	font-weight: bold;
}
.pricingCard > .price {
	font-size: 3em;
	margin-top: .5em;
	line-height: 1em;
}
.pricingCard > .price > hr {
	border-top: 1px solid #ddd;
	width: 90%;
}
.pricingCard > .price > .procent {
	font-weight: bold;
	margin: 35px 0 10px;
}
.pricingCard > .price > .small {
	font-weight: bold;
	font-size: .5em;
	height: 25px;
}
.pricingCard > .price > .sub {
	font-size: .4em;
}

.pricingBlue {
	background: rgb(13,43,123);
	background: linear-gradient(342deg, rgba(13,43,123,1) 0%, rgba(60,180,245,1) 100%);
}
.pricingOrange {
	background: rgb(255,90,1);
	background: linear-gradient(342deg, rgba(255,90,1,1) 0%, rgba(234,162,33,1) 100%);
}
.pricingPink {
	background-color: #ff80ad;
}
.feeCalcBox {
	border: 1px solid #aaa;
	border-radius: 5px;
	padding: 1em;
	background-color: #eee;
	font-size: .8em;
	margin-bottom: 1em;
}
.feeCalcResLine {
	border-bottom: 1px solid #aaa;
	font-size: .8em;
	padding: .5em;
}


/* ///////// LIST ///////// */

.listInfoBox {
	border: 1px solid #999;
	border-radius: 4px;
	margin-bottom: 1em;
}
.listInfoBox:hover {
	background-color: #eee;
}
.listInfoBox > div > img {
	width: 100%;
	max-width: 50px;
	padding: .3em;
}
.listInfoBox > div > .text {
	color: #ff7000;
	font-size: .9em;
	line-height: 1.5em;
	padding: 1em;
}
.listInfoBox > div > .text > span {
	color: #666;
	font-size: .8em;
}
.noTxtDeco:hover {
	text-decoration: none;
}


/* ///////// DOWNLOADS ///////// */

.downloadHeader {
	color: #aaa;
	border-bottom: 1px solid #bbb;
	padding-bottom: 1em;
}
.downloadRow {
	border-bottom: 1px solid #bbb;
	color: #666;
	padding: 1em 0;
}
.downloadRow > div > .text > span {
	font-size: .7em;
}
.downloadRow:hover {
		background-color: #e2e2e2;
}
.downloadRow > div > img {
	width: 100%;
	height: 100%;
	max-width: 100px;
	max-height: 50px;
}


/* ///////// TICKETS ///////// */

.dlTixBox {
	margin: 150px 0 4em;
	background-color: #fff;
	padding: 2em;
	border-radius: 25px;
	font-size: .9em;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
}
.dlTixBox > div > .subTitle {
	font-size: 1.2em;
	padding-bottom: 1em;
}
.dlTixBox > div > .title {
	font-size: 2em;
}

.dtTixManual > div > img {
	width: 100%;
	max-width: 100px;
}
.dtTixManual {
	line-height: 1.3em;
}
.dtTixError {
	font-weight: bold;
	font-style: italic;
}


/* ///////// FOOTER ///////// */

.footerBox {
	background-color: #191919;
	letter-spacing: .05em;
	color: #999999;
	font-size: .7em;
	padding-top: 5em;
	padding-bottom: 5em;
	text-transform: uppercase;
	line-height: 2.5em;
}
.footerBoxTitle {
	color: #4c4c4c;
	font-weight: bold;
	text-transform: uppercase;
}
.footerBoxLink:hover {
	text-decoration: none;
}
.footerBoxLinkDark {
	color: #999;
}
.footerBoxLinkDark:hover {
	text-decoration: none;
	color: #fff;
}
.footerIcon {
	width: 20px;
	margin-right: 7px;
}
.footerBoxSub {
	color: #555;
	background-color: #111;
	padding: 2em;
	font-size: 0.5em;
	letter-spacing: .05em;
	text-transform: uppercase;
}
.footerBoxSubLink {
	padding: 0 1em;
	color: #666;
}
.footerBoxSubLink:hover {
	color: #777;
}
.footerBoxSubLeft {
	text-align: left;
}
.footerBoxSubRight {
	text-align: right;
}


/* ///////// KEKSE ///////// */

.stickyCookies {
	font-size: 0.7em;
	max-width: 330px;
	background-color: #2f3337;
	color: #fff;
	left: 25px;
	bottom: 25px;
	border-radius: 7px;
	position: fixed;
}
.stickyCookieIcon {
	width: 50px;
	margin-bottom: 20px;
}
.stickyCookieAccept {
	width: 100%;
	height: 100%;
	border-radius: 0px;
	background-color: #cc9337;
	border: 0px;
	border-left: 1px solid #5e0d0d;
	color: #492c1c;
	margin-top: 15px;
	font-weight: bold;
	border-radius: 7px;
}
.stickyCookieAccept:hover {
	color: #fff;
}


/* ///////// ANIMATION ///////// */

@-webkit-keyframes heroScollerIcon
{
    5% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
    10% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
    15% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }
    20% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
    }
    25% {
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }
    30% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes heroScollerIcon
{
    5% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
    10% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
    15% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }
    20% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
    }
    25% {
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }
    30% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.orange {
    color: #ff8a2f;
}