/*******************************************************
 *						Startpage					   *
 *******************************************************/

#menu td, #menu table{
	background-color:transparent!important;
}

div#headline{
	position: relative;
	clear:both;
	width: 100%;
	min-height:720px;
	text-align: center;
	color: #FFFFFF;
	font-size: 20px;
	background-color:transparent;	
	background-size: auto, cover, auto, auto;
	background-position:right center;
	background-repeat:no-repeat;
	min-height:50vmin;
	padding-bottom:200px;
}

div#headline h1{
	color: #FFFFFF;
	opacity:0.9;
	font-size: 60px;
	margin-bottom: 0px;
	margin-top:30px;
	font-family: "Larsseit-Bold", sans-serif;
	font-weight:400;
	z-index:999;
	padding-left:10px;
	padding-right:10px;
	box-sizing:border-box;
	letter-spacing:-0.045em;
}

div#headline h2{
	color: #FFFFFF;
	font-size: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: "Atlas Grotesk", sans-serif;
}

div.start_goto_musikkatalog{
	margin-top:50px;
}

div.start_goto_musikkatalog a{
	font-size: 20px;
	color: #FFFFFF;
	text-decoration:none;
	border:none;
	border-radius:28px;
	padding: 15px 40px;
	background-color: rgba(0, 0, 0, 0.5);
	text-transform:uppercase;
	letter-spacing:0.05em;
	border: 2px solid #ffffff;
	transition:0.5s;
}

div.start_goto_musikkatalog a:hover{
	background-color:#DC6910;
	
}



#div_table_headline{
	max-width:900px;
	margin:0 auto auto;
	margin-top:40px;
	opacity:0.9;
}

#table_headline{
	width:100%;
}

#table_headline tr td{
	padding:3px;
	width:30%;
}

#table_headline tr td a{
	color:#FFFFFF;
	text-decoration:none;
	text-transform: uppercase;
	font-size:15px;
	opacity:0.85;
	text-shadow: 1px 1px 2px #000;
	transition:0.5s;
}

#table_headline tr td a:hover{
	opacity:1;
	background-color:rgba(0,0,0,0.8);
	padding:5px 10px;
}


div#how_it_works table tr td{
	text-align: center;
}

div#three_steps{
	max-width: 1200px;
	margin:auto;
	margin-top:10px;	
	overflow:hidden;
}

div.three_steps_image_container{
	height:120px;
	width:160px;
	background-image:url("../images/startpage_info_icons.png");
	background-size: 490px 240px;
	margin:0 auto;
}
div.three_steps_image_container a{
	display:block;
	height:100%;
	width:100%;
}
div.three_steps_image_container_finden{
	background-position:-2px -95px;
}
div.three_steps_image_container_lizenzieren{
	background-position:-165px -95px;
}
div.three_steps_image_container_verwenden{
	background-position:-330px -95px;
}

div.step{
	width:33%;
	float:left;
	padding:0;
	margin:35px 0;
}

div.step_desc{
	margin-top:10px;
	font-size:15px;
	line-height:1.6;
	opacity: 0.9;
	padding-left:30px;
	padding-right:30px;
	font-weight: 200;
	font-family: "Atlas Grotesk", sans-serif;
}

div.step_link, div.step_link a{
	font-size: 15px;
	color: #2C3E50;
	margin-top:10px;
}

div.step img{
	float:none;
}

div.step h4{
	font-family: "Larsseit-Bold", sans-serif;
	font-size:30px;
	color: #2C3E50;
	margin-top: 10px;
	margin-bottom: 10px;
	letter-spacing: -0.035em;
}

div#start_information{
	width: 100%;
	clear:both;
	background-image:url('/static/images/info-gemafreie-musik-background.jpg');
	background-repeat:no-repeat;
	background-size:cover;
	text-align:center;
	overflow:hidden;
	padding-bottom:70px;
	background-attachment:fixed;
}

div#start_information h2{
	color: #FFFFFF;
	letter-spacing:-0.045em;
	font-size:60px;
	margin-top:10px;
	padding-top:60px;
	font-family: "Larsseit-Bold", sans-serif;
	opacity:0.9;
}

div#start_information_content{
	max-width: 1200px;
	margin:auto;
	margin-top:50px;	
	text-align:left;
	overflow:hidden;
	padding:0px 10px 0px 10px;
	opacity:0.9;
}

div.start_information_blocks{
	width:50%;
	float:left;
	min-height:50px;
	opacity:0.95;
}

div.start_information_blocks h3{
	font-size: 30px;
	font-family:"Larsseit-Bold", sans-serif;
	margin-bottom:5px;
	margin-top:5px;
	letter-spacing:-0.045em;
	line-height:1em;
}

div.start_information_blocks_image{
	width:75px;
	height:75px;
	background-image:url('../images/startpage_info_icons.png');
	background-size: 490px 240px;
	float:left;
}


       #table_lizenzen{
       	width:100%;
       }
       #table_lizenzen thead tr th{
       	background-color:#D3DBE2;
       	padding-top:15px;
       	padding-bottom:15px;
       }
       #table_lizenzen td{
       	text-align:center;
       	padding-top:10px;
       	padding-bottom:10px;
       	border-top: 1px solid #dde2e4;
       	border-right: 1px solid #dde2e4;
       }
       #table_lizenzen td.first{
       	text-align:left;
       	max-width: 400px;
       	color: #666666;
       }
       
       #table_lizenzen td.first span.span_lizenzen_heading{
       	color: #2c3e50;
       }
       
       #table_lizenzen td.last_row{
       	border-bottom: 1px solid #dde2e4;
       }
       .license_icon_checked{
       text-align:center;
       }
       .license_icon_checked::before{
       	content: "✓";
       	color: #339933;
       	font-size:20px;
       }
       .license_icon_unchecked::before{
       	content: "✖";
       	color: #E1002D;
       	font-size:20px;
       }
       
       span.span_lizenzen_heading{
       	font-weight:400;
       	font-size:16px;
       }
       div#main_content.info_sites p.p_lizenzen_desc{
       	line-height:1.2em;
       	font-size:13px;
       	margin: 0px 0px 10px 0px; 
       }
       span.license_name{
        color: #2c3e50;
        font-size:15px;
        padding-bottom:5px;
        display:block;
       }
       span.license_price{
        color: #2c3e50;
        font-size:25px;
        padding-bottom:5px;
        display:block;
       }
       span.license_price_desc{
        font-size:11px;
        font-weight:200;
        display:block;
       }



div.start_information_blocks_image_gemafreie_musik{
	background-position:-4px -2px;
}
div.start_information_blocks_image_vorteile{
	background-position:-84px -2px;
}
div.start_information_blocks_image_legal{
	background-position:-166px -2px;
}
div.start_information_blocks_image_sicher{
	background-position:-246px -2px;
}
div.start_information_blocks_text{
	width:80%;
	padding-right:20px;
	float:right;
	font-size: 15px;
	line-height:1.6em;
	color:#FFFFFF;
	margin-bottom: 50px;
	font-family:"Atlas Grotesk", sans-serif;
}

/*******************************************************
 *				  Einsatzgebiete					   *
 *******************************************************/

div#start_einsatzgebiete{
	width: 100%;
	clear:both;
	text-align:center;
	overflow:hidden;
	color: #2c3e50;
	background-color: #F4F5F6;
}

div#start_einsatzgebiete h2{
	font-family:"Larsseit-Bold", sans-serif;
	color: #DC6910;
	letter-spacing:-0.045em;
	font-size:60px;
	margin-top:20px;
	padding-top:60px;
}

div#start_angebote{
	width: 100%;
	clear:both;
	text-align:center;
	overflow:hidden;
	color: #2c3e50;
	background-color: #F4F5F6;
}

div#start_angebote h2{
	font-family:"Larsseit-Bold", sans-serif;
	color: #DC6910;
	letter-spacing:-0.045em;
	font-size:60px;
	margin-top:0px;
	padding-top:30px;
}

div#start_angebote h3.subline{
	font-size:35px;
	color:#2C3E50;
	font-family:"Larsseit-Bold", sans-serif;
	letter-spacing:-0.045em !important;
}

a.angebote-weitere-infos-link::before{
	content:"›";
	color: #2c3e50;
	font-size:20px;
	margin-right:5px;
	text-decoration:none;
	display:inline-block;
}


div#menu_container{
		background-color: transparent !important;
		position: relative;
	}
	#menu a{
		color: #FFFFFF !important;
		transition:0.3s;
	}
	
	#menu a:hover{
		color: #DC6910 !important;
	}
	
	#menu td div.menu_subtitle{
		color: rgba(250,250,250,0.8) !important;
	}
	#topmenu{
		background-color: #000000;
	}
	#topmenu_items a{
		color: #FFFFFF;
		transition:0.3s;
	}
	#topmenu_items a:hover{
		color: #DC6910;
	}
	#topmenu_items nav ul li div.topmenu_button_container_last_element{
		color: #FFFFFF;
		transition:0.3s;
	}
	#topmenu_items nav ul li div.topmenu_button_container_last_element:hover{
		color: #DC6910;
	}
	#topmenu_items nav ul li div.topmenu_button_container{
		color: #FFFFFF;
	}
	#topmenu_items nav ul li div.topmenu{
		background-image: url('/static/images/header-icons-white.png') !important;
	}
	
	
	
	.showreel-container{
		height:500px;
		width:100%;
		position:relative;
		margin-top:-100px;
		background-color:#F4F5F6;
	}
	
	
	.swiper-container {
      width: 100%;
      height: 100%;
      max-width:1400px;
      margin-left: auto;
      margin-right: auto;
      background-color:transparent;
      position: relative;
      background-color: transparent;
      
    }
    
    .swiper-container-heading-outerbox{
		width:100%;
		height:100%;
		margin-top:-530px;
		position:relative;
	}
    
    .swiper-container-heading{
    	max-width:1400px;
    	margin:0 auto;
    	background-color:transparent;
    	font-size:13px;
    	letter-spacing:0.12em;
    	text-transform: uppercase;
    	color:white;
    	text-align: center;
    	position:relative;
    	background-color:transparent;
    }
    
    .swiper-container-heading-left{
    	position:absolute;
    	margin-top:-20px;
    	background-color:transparent;
    }
    .swiper-container-heading-right{
    	position:absolute;
    	margin-top:-20px;
    	right:0;
    	background-color:transparent;
    }
    
    .swiper-container-heading-left a, .swiper-container-heading-right a{
    	color:white;
    	text-decoration:none;
    	opacity:0.8;
    }
    
    .swiper-container-heading-left a:hover, .swiper-container-heading-right a:hover{
    	opacity:1;
    }
    
    .swiper-container-heading-left a::after{
    	content: " ▶";
    }
    
    .swiper-container-heading::before{
    	content:" ";
    	border-bottom: 1px solid white;
    	width: calc(50% - 130px);
    	left:0;
    	top:8px;
    	position:absolute;
    }
    
    .swiper-container-heading::after{
    	content: " ";
    	border-bottom: 1px solid white;
    	width: calc(50% - 130px);
    	right:0;
    	top: 8px;
    	position:absolute;
    }
    
    
    .swiper-slide {
      text-align: center;
      font-family: "Larsseit-Bold", sans-serif;
      font-size: 18px;
      background: #fff;
      color:white;
      height: calc((100% - 30px) / 2);
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      overflow: hidden;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
    
    .swipe-background{
    	height: 100%;
     	width: 100%;
     	background-size: cover;
     	background-position: center;
     	transition: all 0.5s ease;
    }
    
    .swiper-slide-h1{
    	text-transform: uppercase;
    	font-size: 50px;
    	font-weight: 400;
    	opacity: 0.9;
    	position:absolute;
    }
    
    div.infosite_player_small{
    	background-color: transparent !important;
    	border:none !important;
    	width:90% !important;
    	padding: 0 !important;
    	margin:0 !important;
    	min-height:0 !important;
    	display:none;
    	position:absolute
    }
    
    div.showreel-more{
    	position: absolute;
    	bottom: 15px;
    	text-align: center;
    	text-decoration: underline;
    	font-size: 15px;
    	display:none;
    }
    
    div.showreel-more a{
    	color:white;
    	text-transform: uppercase;
    }
    
    
    div#info-container, div#info-container-angebote{
    	width: 100%;
    	height:100%;
    	margin-top:50px;
    	margin-bottom:100px;
    }
    
    div#info-container-angebote{
    	/*background-color:#DC6910;*/
    	background-image: url('/static/images/angebote/musik-flatrates-bg.png');
    	padding-top:45px;
    	margin-top:20px;
    	background-position:50%;
    	background-repeat:no-repeat;
    	background-size:cover;
    }
    
    .swiper-info-container{
    	height: 780px;
    	padding-bottom:50px;
    }
    
    .swiper-angebote-container{
    	height: 600px !important;
    }
    
    .start_angebote_blocks_image{
    	position:relative;
    }
    
    
    .swiper-info-slide {
      height: 100% !important;
      color: #2c3e50 !important;
    }
    
    
    div.start_einsatzgebiete_blocks, div.start_angebote_blocks{
    	height: 100%;
    	width: 100%;
    }
    
    div.start_einsatzgebiete_blocks{
    	background-color: rgba(0,0,0,0.09);
    } 
    div.start_angebote_blocks{
    	background-color: rgba(0,0,0,0.03);
    }

div.start_einsatzgebiete_blocks_text, div.start_angebote_blocks_text{
	line-height:1.6em;
	font-weight:300;
	text-align:justify;
	padding: 0 60px 20px 60px;
	box-sizing: border-box;
	font-family:"Atlas Grotesk", sans-serif;
	color:#555555;
}

div.start_einsatzgebiete_blocks_text{
	font-size: 15px;
}

div.start_angebote_blocks_text{
	font-size: 15px;
}

div.start_einsatzgebiete_blocks_text a{
	font-weight: 400;
}

div.start_angebote_blocks_text a{
	font-weight: 400;
	color: #2c3e50;
}


div.start_einsatzgebiete_blocks h3, div.start_angebote_blocks h3{
	font-family: "Larsseit-Bold", sans-serif;
	letter-spacing:-0.045em !important;
	text-align: left;
	margin:20px 0 5px 0;
	line-height:1.2em;
	color:#2C3E50;
}

div.start_einsatzgebiete_blocks h3{
	
	font-size: 30px;
} 

div.start_angebote_blocks h3{
	
	font-size: 35px;
}

div#register-now{
	width:100%;
	height: 400px;
	background-image: url('/static/images/start-registrieren-bg.jpg');
	background-size:cover;
}

div.register-now-content{
	max-width: 1400px;
	color: #FFFFFF;
	height:100%;
	margin: 0 auto;
	padding-top:150px;
	box-sizing: border-box;
	padding-left:30px;
	padding-right:30px;
	font-size: 20px;
	text-align:left;
}


.register-now-line1{
	font-size:50px;
	font-family: "Larsseit-Bold", sans-serif;
	letter-spacing: -0.045em;
}
.register-now-line2{
	font-size:16px;
	margin-top:10px;
	max-width:600px;
	line-height:1.6em;
	font-family: "Atlas Grotesk", sans-serif;
}

.register-now-button-container{
	margin-top:30px;
}

.register-now-button{
	background-color:#DC6910;
	border: 1px solid #DC6910;
	color:white;
	padding: 10px 20px;
	font-size:15px;
	text-transform: uppercase;
	margin-top:20px;
	text-decoration:none;
	font-family: "Atlas Grotesk", sans-serif;
}

@media (max-width: 1460px) {
	.swiper-container-heading-left a, .swiper-container-heading-right a{
		padding: 0 10px;
	}
}

@media (max-width: 1200px) {
	.swiper-slide-h1{
		font-size:40px;
	}
	div.start_information_blocks_text{
		clear:both;
		text-align:center;
		width:auto;
		margin-top:5px;
		padding-left:10px;
	}
	div.start_information_blocks_text h3{
		font-size:20px !important;
		text-align:center;
		margin-top:10px;
	}
	div#start_information h2{
		font-size:25px;
	}
	div.start_information_blocks_image{
		margin:0 auto;
		float:none;
	}
}
@media (max-width: 1200px) {
	#menu td {
		text-align:center;
	}
}

@media (max-width: 1000px) {
	div.start_einsatzgebiete_blocks_text{
		padding-left:30px;
		padding-right:30px;
	}
	div#start_einsatzgebiete h2{
		font-size:30px;
	}
	#div_table_headline{
		display:none;
	}
	div#headline h1{
		font-size:30px;
	}
	div#headline h2{
		font-size:18px;
	}
	#table_headline tr td a{
		font-size:12px;
	}
	div.start_goto_musikkatalog a{
		font-size:16px;
	}
}

@media (max-width: 800px) {
	div.start_information_blocks_text{
		text-align:center;
	}
	div.step{
		width:100%;
	}
	div.step img{
		width:70px;
		height:70px;
	}
	div.start_information_blocks{
		width:100%;
		clear:both;
	}
	.swiper-container-heading-left a, .swiper-container-heading-right a{
		display:none;
	}
	div.register-now-content{
		text-align:center;	
	}
	.register-now-line2{
		margin: 0 auto;
	}
	
	
	
	#menu td{
		text-align:left;
	}
	
	div#headline h1{
		font-size:50px;
	}
	div#headline h2{
		font-size:25px;
	}
	div#how_it_works h1{
		font-size:20px;
	}
	div#how_it_works h2{
		font-size:13px;
	}
	
}
