/*
Theme Name: READY-TO-SHOOT
Theme URI: https://sqips.de
Author: sqips-media
Author URI: https://sqips.de
Description: Custom Theme für ready-to-shoot
Version: 1.0
*/

:root {
  --main-color: #931b27;
}


a[href^="tel:"] {
	color: inherit;
	text-decoration: none;
}
textarea, input[type="text"], input[type="email"], input[type="search"], input[type="password"] {
	-webkit-appearance: none;
	-moz-appearance: caret;
	border:1px solid black!important;
}

.wpcf7-submit{border:none;background-color: var(--main-color); color:white; text-decoration: none; transition: 0.5s; padding:15px 30px; font-family: "Orbitron", sans-serif; font-weight: bold; font-size: 20px}
.wpcf7-submit:hover{background-color: #fff; color:var(--main-color);}


/*------ template stylization ------*/
body {
	font-family: "Source Sans 3", sans-serif;
	line-height:35px;
	width:100%;
	font-size:24px;
	color:#000;
	font-optical-sizing: auto;
  	font-style: normal;
}

a{color:#000}
a:hover{text-decoration: underline}

/*---------------headings links------------------*/
p {
	
	

	
}


h1 {
	font-size: 50px;
	line-height: 60px;
	font-weight: 800;
	padding: 0;
	margin: 0;
	margin-bottom: 40px;
	font-family: "Orbitron", sans-serif;
	color:#fff;
}

#header h2 {
	font-size: 20px;
	line-height: 30px;
	font-weight: 800;
	margin: 0;
	font-family: "Orbitron", sans-serif;
	color:#fff;
	padding:20px; 
	background-color: rgba(0,0,0,0.70);
	display: inline-block;
	margin-left:20px
}

h3 {
	font-size: 30px;
	line-height: 40px;
	font-weight: 800;
	color:#000;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
	display: block; 
	font-family: "Orbitron", sans-serif;
}
h4 {
	
	font-family: "Orbitron", sans-serif;
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
	color: #000;
	padding: 0;
	margin: 0;
	margin-bottom: 16px;
}
h5 {
	font-family: "Orbitron", sans-serif;
	font-size: 14px;
	line-height: 19px;
	font-weight: 600 !important;
	padding: 0;
	margin: 0;
}
ul {
  /*padding: 0;*/
	
}
section{padding:60px 0 60px 0;}
#logoWrapper{position: absolute; width: 400px; padding:20px; background-color: white; margin-top: -54px}

#socials{float:right; display:inline-block;margin-left:40px}
#socials img{height:20px; margin-left:10px}
#headWrapper{margin-top:200px}
#headWrapper h1{text-shadow: 2px 2px 15px black;}
#subhead{border-left:15px solid; border-left-color:#931b27;}
#topBar{background-color:#000; color:#fff; padding:10px; text-align: right;font-family: "Orbitron", sans-serif; font-size: 20px; height: 55px}
.menu{ display: none; font-family: "Orbitron", sans-serif;}
.menu li{float:left; list-style-type: none; margin-left: 40px}
.menu li a{text-decoration: none; color: #fff; transition: 0.5s}
.menu li a:hover{color:#931b27;text-decoration: none!important;}

#headerUnter .menu li a{text-decoration: none; color: #000; transition: 0.5s}
#headerUnter .menu li a:hover{color:#931b27;text-decoration: none!important;}

.headtitle{ display: inline-block !important; width: auto !important;}
/* 1. Elementor-Widget-Wrapper */

/* Die Überschrift selbst */
.headtitle h2 {
  display: inline-block !important;
  white-space: nowrap;
	border-bottom: 4px solid var(--main-color);
}
.menu li:first-child {
   
    margin-left: 0px;
}
.menuMobile{text-align: center; padding-left:0px}
.menuMobile li{ list-style-type: none; margin-bottom: 20px}
.menuMobile li a{text-decoration: none;}.menu li a:hover{text-decoration: underline;}
.preis{display: inline-block; flex: 3; text-align: right;}
#mobile-menu {
    position: fixed;
    top: 0;
    right: -300px;
    width: 300px;
    height: 100%;
    background: #fff;
    box-shadow: -2px 0 5px rgba(0,0,0,0.3);
    transition: right 0.3s ease;
    z-index: 9998;
    padding: 100px 20px;
	    overflow-y: auto;   /* <--- hinzufügen */
    -webkit-overflow-scrolling: touch; /* für sanftes Scrollen auf iOS */
}

#mobile-menu.active {
    right: 0;
}

#mobile-menu .menu {
    list-style: none;
    padding: 0;
}

#mobile-menu .menu li {
    margin: 20px 0;
}
#header {background-image: url('/wp-content/uploads/header-scaled.jpg'); background-position: center; background-size: cover; min-height:800px}

#headCTA{text-align: right; margin-top:50px}

.cta-button{background-color: var(--main-color); color:white; text-decoration: none; transition: 0.5s; padding:15px 30px; font-family: "Orbitron", sans-serif; font-weight: bold; font-size: 20px}
.cta-button:hover{text-decoration: none; background-color: white; color:var(--main-color);}

footer{background-color: #000; color: white; font-weight: 100; font-size: 24px; padding:15px 0px}
footer a {color: #fff; text-decoration: none;}


.event-box {
  width: 100%;
  margin-bottom: 60px;

}

.event-main {
  display: flex;
  background: #e5e5e5;
}

.event-main .image {
  flex: 0 0 auto;
  width:35%; 
  background-size: cover;
  min-height: 300px;
  background-position: center;
}

.event-main .image img {
  display: block;
  height: 100%;
  width: auto;
}

.event-main .text {
  padding: 30px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.event-main .text h2 {
  font-size: 1.8rem;
  margin-bottom: 15px;
}

.event-main .text p {
  font-size: 1.2rem;
  line-height: 1.6;

}

.event-footer {
  display: flex;
  color: white;
  font-size: 1.4rem;
}

.event-footer   a{
  font-family: "Orbitron", sans-serif;
  padding: 15px 30px;
  font-weight: bold;
  width: 35%;
  text-align: center;
}


.event-footer .info {
  flex: 2;
  padding: 15px 30px;
  background: #d9d9d9;
  color:#000;
  display: flex;
  align-items: center;
}

#footerkontakt input[type="text"]{border:none!important;}
#footerkontakt  input[type="email"]{border:none!important;}
#footerkontakt textarea{border:none!important;}
#menuClose{width: 30px; position: absolute; left:20px; top:40px;}
#burger {
    width: 30px;
    height: 20px;
    position: absolute;
    top: 80px;
    right: 20px;
    cursor: pointer;
    z-index: 9999;
	margin-top:20px;
	
}




#burger span {
    display: block;
    height: 3px;
    background: #fff;
    margin: 5px 0;
    transition: 0.3s;
}

#burger.unter span{background: black}

#burger2 {
    width: 30px;
    height: 20px;
    position: relative;
   float:left;
    cursor: pointer;
    z-index: 9999;
	margin-top:0px;
	
}
#burger2 span {
    display: block;
    height: 3px;
    background: #fff;
    margin: 5px 0;
    transition: 0.3s;
}

#tel{display: inline-block;}
#burger.active {
    display: none;
}
#mobileTel{text-align: center; margin-bottom:20px; font-size: 20px; font-weight: bold; font-family: "Orbitron", sans-serif; }

#main-menu-1{padding-left: 0px;}


#stageUnter{margin-top:150px;}
@media (min-width: 1199px) {

    .menu {
        display: inline;
        margin-top: 25px;
        display: inline-block;
        margin-bottom: 0px;
        text-transform: uppercase;
        font-size: 17px;
    }

    #burger,
    #mobile-menu {
        display: none;
    }
}


/*-------------- media queries -------------------*/
/**********************BREAKER 1************************************/
@media (min-width: 1219px)and (max-width: 1399px) {

		.menu{font-size: 16px}
		.menu li{margin-left: 25px;}

}
/****************************** BREAKER 2 ************************************************/
@media (min-width: 1198px) and (max-width: 1219px) {

	.menu{font-size: 14px}
	
    
	
}/****************************** BREAKER 2 ************************************************/
@media (min-width: 992px) and (max-width: 1199px) {

	.menu{font-size: 12px}
    .menu li{float:right;}
	
}



/****************************BREAKER 3******************************/
@media (min-width: 768px) and (max-width: 991px) {

		#tel{display:none;}
	
}



/*MOBILE START PAD*/ 
/************************* BREAKER 4*********************************/
@media (max-width: 767px) {
	
	
	#tel{display:none;}
	
}
/************************ PHONE ** BREAKER 5********************************/
@media (max-width: 650px) {
	
		.event-footer .info {
		
			width: 100%;
		padding: 15px 30px;
		background: #d9d9d9;
		color: #000;
		display: block
	;order:1;
		align-items: center;
	}
	
	.event-main {
    display: block;
		background: #e5e5e5;
	}
	.event-main .image {
		flex: 0 0 auto;
		width: 100%;
		background-size: cover;
		min-height: 500px;
	}
	.event-footer {
   
		display: flex;
  flex-direction: column;
    color: white;
    font-size: 1.4rem;}
	
	
	.event-footer a {
    font-family: "Orbitron", sans-serif;
    padding: 15px 30px;
    font-weight: bold;
    width: 100%;
	text-align: center;
		display:block;
		order:2;
	}
	
	
	#burger{display:none}
	
	
	input[type="text"]{width:100%!important;}input[type="email"]{width:100%!important;}
	textarea{width: 100%!important;}
	#headCTA {
    text-align: center;
    margin-top: 50px;
	
}
	
	
	
	#headWrapper {
    margin-top: 100px;
}
	
	#headWrapper h1{
		    font-size: 40px;
    line-height: 60px;
    font-weight: 800;
    padding: 0;
    margin: 0;
    margin-bottom: 40px;
    font-family: "Orbitron", sans-serif;
    color: #fff;
	}	
	
#logoWrapper {
    position: relative;
    width: 100%;
    padding: 0px;
    background-color: white;
    margin-top: 0px;
}
	
	
#header h2 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 800;
    margin: 0;
    font-family: "Orbitron", sans-serif;
    color: #fff;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.70);
    display: inline-block;
    margin-left: 0px;
}	

#subhead {
    border-left:none;
    border-left-color: #931b27;
}	
	
}

@media (max-width: 767px) and (min-width: 650px) {
	#stageUnter{margin-top:300px;}
}


/**********************************************************/
@media (max-width: 650px) {
	#header{background-image:none; background-color: rgba(0,0,0,1.00);min-height: auto;}
	#header h2 {padding:0px;}
    #headWrapper {
        margin-top: 50px;
    }
	
}
/**********************************************************/
@media (max-width: 480px) {

	.profil{
		margin-bottom: 80px;
		}
	.right{text-align: center!important; padding-top:60px}
	#mobileText{display: inline-block;padding-top:40px}
	#fullText{display: none;}
	#hero{min-height: 200px;}

}
/**********************************************************/
@media (max-width: 460px) {
	
	
}
/**********************************************************/
@media (max-width: 440px) {


}
/*Core variables and mixins*/
img {
	max-width: 100%;
}


