@charset "UTF-8";

/*
Theme Name: ElisaModelsFastTheme
Theme URI: /wp-content/themes/NewEscortsFastTheme/fastTheme.jpg
Version: 2.0

*/

/* 

font einbindung 
normalize

wraps

navigation 
footernavigation

heading / fonts
button(s?)

homepage
normalpage
textpage
castingform

*/






/* open-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v34-latin-regular.ttf') format('truetype'); /* Safari, Android, iOS */
}

/* noch nicht wichtig ... */
/* open-sans-600 - latin 
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options.
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/open-sans-v34-latin-600.woff2') format('woff2'), /* Super Modern Browsers 
       url('fonts/open-sans-v34-latin-600.ttf') format('truetype'); 
}
*/

/* open-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/open-sans-v34-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v34-latin-700.ttf') format('truetype'); /* Safari, Android, iOS */
}


/* josefin-sans-light - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/JosefinSans-Light.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('fonts/JosefinSans-Light.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}




/* josefin-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/josefin-sans-v26-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('fonts/josefin-sans-v26-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}





@font-face {
  font-family: 'new-escorts-icons';
  src: url('fonts/new-escorts-icons.eot?30711924');
  src: url('fonts/new-escorts-icons.eot?30711924#iefix') format('embedded-opentype'),
	   url('fonts/new-escorts-icons.woff?30711942') format('woff'),
	   url('fonts/new-escorts-icons.ttf?30711924') format('truetype'),
	   url('fonts/new-escorts-icons.svg?30711924#new-escorts-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'new-escorts-icons';
  src: url('fonts/new-escorts-icons.eot?30711921');
  src: url('fonts/new-escorts-icons.eot?30711921#iefix') format('embedded-opentype'),
	   url('fonts/new-escorts-icons.woff?30711921') format('woff'),
	   url('fonts/new-escorts-icons.ttf?30711921') format('truetype'),
	   url('fonts/new-escorts-icons.svg?30711921#new-escorts-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}



.font-icon {
      font-family: "new-escorts-icons";
      font-style: normal;
      font-weight: normal;
      speak: never;
     
      display: inline-block;
      text-decoration: inherit;
      width: 1em;
      margin-right: .2em;
      text-align: center;
      /* opacity: .8; */
     
      /* For safety - reset parent styles, that can break glyph codes*/
      font-variant: normal;
      text-transform: none;
     
      /* fix buttons height, for twitter bootstrap */
      line-height: 1em;
     
      /* Animation center compensation - margins should be symmetric */
      /* remove if not needed */
      margin-left: .2em;
     
      /* You can be more comfortable with increased icons size */
      /* font-size: 120%; */
     
      /* Font smoothing. That was taken from TWBS */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
     
      /* Uncomment for 3D effect */
      /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
    }





/* normalize


.preload * {
 -webkit-transition: none !important;
 -moz-transition: none !important;
 -ms-transition: none !important;
 -o-transition: none !important;
}

 */

html {
	margin: 0;
	padding: 0;
	font: normal normal normal 15px/25px Open Sans;
	letter-spacing: 0px;	
}

body {	
	padding:  0 10px;
  margin: 0;
  box-sizing: border-box;	
}

.cleraer {
	clear: both;
}

.textCentered {
	text-align: center;
}



/* design elements */


a.button {
  font: normal normal bold 15px/40px Open Sans;
  letter-spacing: 0.75px;
  padding: 0px 25px;
  text-transform: uppercase;
  text-decoration: none;
  box-sizing: border-box;
  margin: 0;
  display: inline-block;
  cursor: pointer;
  border: 1px solid #000;
  color: #000;
}

p a {
	color: #000;
}


.page a, 
#navigation a, 
a.buttonshaped, 
#footerNavigation a, 
#modelSubNavi a, 
#modelIntroduction a {
  transition: all 0.5s;
}

.page a:hover, 
a.buttonshaped:hover, 
#navigation a:hover, 
#footerNavigation a:hover, 
#modelSubNavi a:hover, 
#modelIntroduction a:hover {
  opacity: 0.4;
  transition: all 0.25s;
}


/* wraps */

.navWrap {
	width: 100%;
	max-width: 1390px;
	box-sizing: border-box;
	padding: 0 25px;
	margin: 0 auto;
}

.normWrap {
	width: 100%;
	max-width: 850px;
	box-sizing: border-box;
	padding: 0 25px;
	margin: 20px auto 40px;	
}

.biggerWrap {
	width: 100%;
	max-width: 950px;
	box-sizing: border-box;
	padding: 0 25px;
	margin: 90px auto;	
}
.widestWrap {
	width: 100%;
	max-width: 1440px;
	box-sizing: border-box;
	padding: 0 25px;
	margin: 20px auto 90px;		
}

.wrapNoPaddingLR {
	padding-left: 0;
	padding-right: 0;
}

/* spezielle regel um abstand nach oben zu erhöhen, wenn es kein bild auf der seite gibt */

.moreSpaceForNavigation::before {
	content: "";
	height: 60px;
	display: block;
}

.smallMarginBot {
	margin-bottom: 40px;
}




/* Navigation */

#navigation {
height: 90px;
  margin-bottom: 40px;
}

#navTop {
  height: 48px;
  display: flex;
  justify-content: space-between;
}
.navWrap {
  width: 100%;
  max-width: 1390px;
  box-sizing: border-box;
  padding: 0 0;
  margin: 0 auto;
}

#navTop a {
  color: #000;
  text-decoration: none;
  font: normal normal normal 13px/48px Open Sans;
  letter-spacing: 0px;
}
.navIcon {
  margin-left: 50px;
}
#navTop .font-icon {
  color: #000;
}

#rightSidenavTop {
  display: flex;
  gap: 50px;
  font: normal normal normal 13px/25px Open Sans;
  letter-spacing: 0px;
}



#navBottom {
	width: 100%;
  max-width: 1100px;
  margin: 10px auto 70px;
  position: relative;
  text-align: center;
  padding-top: 5px;
}
#navBottom a#logo {
  width: 250px;
  position: absolute;
  left: calc(50% - 240px);
  top: 0px;
  z-index: 2;
}

#navBottom ul {
  display: flex;
  list-style-type: none;
  justify-content: center;
  text-align: center;
  padding-left: 0;
  font-size: 17px;
  margin: 0 0 0 -15px;
}
#navBottom ul li {
  margin: 0;
  padding: 0;
}
#navBottom ul {
  list-style-type: none;
  text-align: center;
  font-size: 17px;
}
#navBottom ul li a {
  padding: 0 35px;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  font: normal normal 600 15px/24px Open Sans;
  letter-spacing: 0px;
  
 font: normal normal 600 15px/24px Open Sans;
letter-spacing: 0px; 
}

a#logo img {
	max-width: 480px;
	height: auto;
	text-align: center;
}
#navigation li:nth-child(1) a {
  position: absolute;
  left: calc(50% - 390px);
}
#navigation li:nth-child(2) a {
    position: absolute;
  left: calc(50% + 255px);
}

#navBottom input {
  display: none;
}
#navigation {
  color: #FFFFFF;
}







/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!  navigation Ends */







/* footer */

.menu-footermenu-container ul {
  margin: 90px auto 60px;
  text-decoration: none;
  list-style: none;
  font: normal normal 600 15px/24px Open Sans;
  letter-spacing: 0px;
  text-transform: uppercase;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0;
}

.menu-footermenu-container ul li a {
  text-decoration: none;
  color: #000;
  padding: 0 40px;
}


/* !!!!!!!!!!!!!!!!!!!!!!!! footer */







/* headings and fonts */


h1.headingImage,
h2.headingImage {
	font: normal normal 300 92px/85px Josefin Sans;
	letter-spacing: 0px;
	text-transform: uppercase;	
	max-width: 1000px;
}

h1.fatHeading,
h2.fatHeading, 
h3.fatHeading {
	font: normal normal 300 62px/85px Josefin Sans;
	letter-spacing: 0px;
	text-transform: uppercase;	
	margin: 50px auto 20px;
}


h1.bigHeading,
h2.bigHeading, 
h3.bigHeading {
	font: normal normal 300 50px/85px Josefin Sans;
	letter-spacing: 0px;
	/*
	text-transform: uppercase;	
	*/
	margin-bottom: 0;
	/* org bevor basic fast fertig war 
	
	margin: 20px 0;*/	
}

h1 {
	font: normal normal 300 50px/55px Josefin Sans;
	letter-spacing: 0px;
	color: #000000;	
	margin: 0;
}


h1.bigHeadingV2,
h2.bigHeadingV2, 
h3.bigHeadingV2 {
	font: normal normal 300 50px/55px Josefin Sans;
	letter-spacing: 0px;
	color: #000000;	
}


h1.bigHeading.marginForImageBannerHeading,
h2.bigHeading.marginForImageBannerHeading, 
h3.bigHeading.marginForImageBannerHeading {
	margin: 20px 0;	
}



h1.smallHeading,
h2.smallHeading, 
h3.smallHeading {
	font: normal normal 300 30px/35px Josefin Sans;
	letter-spacing: 0px;
	margin: 40px 0 0;
}

h1.tinyHeading,
h2.tinyHeading, 
h3.tinyHeading {
	font: normal normal 300 20px/35px Josefin Sans;
	letter-spacing: 0px;
	text-transform: uppercase;	
}

/* teaser mit Teiler  */

h1.preHeading,
h2.preHeading,
h3.preHeading {
	font: normal normal normal 15px/20px Open Sans;
	letter-spacing: 0.75px;	
	margin-bottom: -25px;
}

h2.preHeading::before,
h3.preHeading::before {
	content: " ";
	display: block;
	height: 30px;
	width: 2px;
	margin: -50px auto 45px;
	
	background-color: #000;
}

h2.preaHeadingStripe::before {   /* wo wird der gebraucht? */
	content: " ";
	display: block;
	height: 30px;
	width: 2px;
	margin: -40px auto 30px;	
	background-color: #000;	
}
h1.preHeadingStripeWithDistance::before,
h2.preHeadingStripeWithDistance::before {   /* wird bei impressum genutzt */
	content: " ";
	display: block;
	height: 30px;
	width: 2px;
	margin: 40px auto 30px;	
	background-color: #000;	
}



.preTextStripe::before,
p.preTextStripe::before {
	content: " ";
	display: block;
	height: 30px;
	width: 2px;
	margin: -40px auto 30px;	
	background-color: #000;	
}
p.afterTextStripe::after {
	content: " ";
	display: block;
	height: 30px;
	width: 2px;
	margin: 45px auto 45px;	
	background-color: #000;	
}


/* fonticons */

.font-icon {
	color: #fff;
}
.icon-newescorts-logo {
	font-size: 38px;
	line-height: 38px;
	text-decoration: none;
	margin: 0;
}

.blackHeader .font-icon {
	color: #000;
}


.modelHeading {
	margin: 60px auto 30px;
}







/* Desgin Elements different stuff... buttons, fullsizeimages, halfsizedimages... list of arguments etc. */
/* buttons */



/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!! buttons */



/* fullSizeImageContainer */


/* ! fullSizeImageContainer */



/* sidelineImages */



/* !!!!!!!!!!!!!!   ! sidelineImages */


/* Design Element argumentList */

.argumentList {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}

.argumentList li {
  flex: 1 0 calc(33.33% - 40px); /* Hier wird die Breite der Spalten festgelegt */
  margin: 20px; /* Abstand zwischen den Elementen */
  box-sizing: border-box;
}
.argumentList li strong {
  font: normal normal 300 30px/35px Josefin Sans;
  letter-spacing: 0px;
}

/* !!!!!!!!!!!!!!!!!!!!!!            Design Element argumentList   */
/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!    Desgin Elements different stuff... buttons, fullsizeimages, halfsizedimages... list of arguments etc. */






/* homepage Text */


.doubleContentWrap {
	display: flex; /* Flexbox-Container aktivieren */
	justify-content: space-between;
    align-items: center; /
	gap: 50px;
	padding: 0 25px;
	align-items: flex-start; 
	margin: 40px auto;
}
.doubleContentWrap > div {
    flex: 1;
}
.doubleContentWrap > div:first-child {
    margin-right: 50px; /* Fügt einen rechten Margin zum ersten Kind hinzu */
}

.doubleContentWrap h2 {
	margin: 5px 0 10px;
}
.doubleContentWrap h3 {
	margin: 5px 0 30px;
}

.doubleContentWrap a.button {
    margin: 20px 0 40px; /* Fügt einen rechten Margin zum ersten Kind hinzu */
}


/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! homepage Text */




/* homepage Models  */

#modelOverview {
  grid-template-columns: repeat(4,1fr);
  gap: 10px;
  padding: 0px;
  box-sizing: border-box;
  width: 100%;
  margin: 25px auto;
  display: grid;
  max-width: 1920px;
}
.modelContainer {
  height: 35vw;
  max-height: 700px;
  overflow: hidden;
  position: relative;
}
.modelContainer img {
  width: 100%;
  height: auto;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 1s;
}

.bottomShadow {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 80px;
  padding-top: 30px;
  color: #fff;
  text-align: center;
text-transform: uppercase;
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,0.80055182756696428) 0%, 
			  rgba(0,0,0,0.600252107679009106) 25%, 
			  rgba(0,0,0,0.40052107679009106) 50%, 
			  rgba(0,0,0,0.20252107679009106) 75%, 
			  rgba(0,0,0,0) 100%);
  font: normal normal 500 14px/30px Open Sans;
  letter-spacing: 0px;
  
  transition: all 1s;
}

.modelContainer a .bottomShadow {
  transition: all 1s;
}

.modelContainer a:hover .bottomShadow {
  height: 120px;
  line-height: 30px;
  transition: all 1s;
  padding-top: 60px;
}

.modelContainer a:hover img {
  width: 100%;
  height: auto;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  transition: all 1s;
}


/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! homepage Models */

/* singleModelPage */




#modelSubNavi {
  margin: 20px auto;
  text-decoration: none;
  list-style: none;
  text-transform: uppercase;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  font: normal normal 600 15px/24px Open Sans;
  letter-spacing: 0px;
  padding: 0 0 17px;
}
#modelSubNavi a {
  margin: 0;
  padding: 0 15px;
  color: #000;
  text-decoration: none;
}

#modelIntroduction {
  grid-template-columns: repeat(2,1fr);
  gap: 10px;
  padding: 0 10px;
  	box-sizing: border-box;
  max-width: 970px;
  width: 100%;
  margin: 25px auto 20px;
  display: grid;
}

#modelSingleViewTextWrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

#modelSingleViewTextContent ul {
  grid-template-columns: repeat(2,1fr);
  display: grid;
}
#modelSingleViewTextContent ul {
  margin: 0;
  padding: 0;
}
ol, ul {
  box-sizing: border-box;
}

#modelSingleViewTextContent ul li {
  text-align: center;
  list-style: none;
  margin: 20px 0;
  padding: 0;
  width: 180px;
  font: normal normal normal 14px/24px Open Sans;
}

#modelSingleViewTextContent ul li {
  text-align: center;
  list-style: none;
  font: normal normal normal 14px/24px Open Sans;
}







#modelSubNavi a:hover, #modelIntroduction a:hover {
  opacity: 0.4;
  transition: all 0.25s;
}


.buttonshapedForContent {
  border: 1px solid #000;
  padding: 8px 40px;
  color: #000;
  text-decoration: none;
  display: block;
  text-transform: uppercase;
  -webkit-transition: border-color 1s;
  transition: border-color 1s;
  margin: 74px auto 44px;
  max-width: 100px;
  width: 100%;
  text-align: center;
  font: normal normal 600 15px/24px Open Sans;
  letter-spacing: 0px;
  text-transform: uppercase;
}
#modelIntroduction a:hover {
  opacity: 0.4;
  transition: all 0.25s;
}


#rates {
  display: none;
  text-align: center;
  list-style: none;
  margin: 20px 0;
  padding: 0;
  font: normal normal normal 14px/24px Open Sans;
}

#modelIntroduction img {
  width: 100%;
  height: auto;
}

#modelPictures {
  display: grid;
  max-width: 970px;
  width: 100%;
  margin: -18px auto 0;
  columns: 2;
  gap: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: row;
    padding: 0 10px;
	box-sizing: border-box;
}
#modelPictures > div {
  margin: 0;
  line-height: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

#modelPictures > div img {
  margin: 0;
  line-height: 0;
  padding: 0;
  object-fit: cover;
  width: 100%;
  max-width: 480px;
  height: calc(100% * 1.5);
  max-height: 720px;
}






/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! singleModelPage */







/* normalpage */


.textPage {
  max-width: 750px;
  margin: 60px auto 30px;
  text-align: center;
}







/* castingform */

.form-grid-container {
	display: grid;
	grid-template-columns: auto 390px;
	gap: 100px;
	box-sizing: border-box;
	width: 100%;
	max-width: 1280px;
	padding: 0 25px;
	margin: 90px auto;
}

.form-grid-container .left-column {
	background-color: #fff;	
}
.form-grid-container .left-column label {
	font: normal normal bold 15px/20px Open Sans;
	letter-spacing: 0px;
} 
.form-grid-container .right-column ul {
	padding-left: 15px;
}
.form-grid-container .right-column h2 {
	margin-top: 4px;
}

.form-grid-container .right-column h3.bigHeading {
	font: normal normal normal 50px/55px Josefin Sans;
}
.form-grid-container .right-column blockquote {
	font: italic normal normal 15px/25px Open Sans;
	letter-spacing: 0px;
	margin: 34px 0;
}




#formPage {
  grid-template-columns: repeat(2,1fr);
  gap: 40px;
  padding: 0;
  max-width: 970px;
  width: 100%;
  margin: 60px auto 25px;
  display: grid;
}

#formArea {
	margin-top: -10px;
}

form.wpcf7-form input,
form.wpcf7-form textarea {
	width: 100%;
	border: 1px solid #000;
}
form.wpcf7-form textarea {
	resize: vertical;
}


.wpcf7-list-item > label:nth-child(1) > input:nth-child(1) {
	display: block;	  
	width: 20px;
	height: 20px;
	margin-right: 10px;
	margin-top: 0px;
	
	border: 1px solid #000;	
	outline: 1px solid #fff;	
	
	color: #000;
	border-radius: 0px;

	display: inline-block;
	text-align: left !important;
	vertical-align: top;
	margin-left: -34px;	
	
	box-shadow: none;
}
.wpcf7 select {
	max-width: 200px;
	width: 100%;
	border: 1px solid #000;
	background-color: #fff;
	height: 22px;
	
		font: normal normal normal 14px/24px Open Sans;
}

.wpcf7 * {
	font-family: Arial;
}

.wpcf7-acceptance span.wpcf7-list-item {
	margin: 0 0 0 35px;
}



.wpcf7-submit {
	border: 1px solid #000;
	padding: 10px 40px;
	color: #000;
	text-decoration: none;
	display: block;
	text-transform: uppercase;
	-webkit-transition: border-color 1s;
	transition: border-color 1s;
	margin: 25px 0 0;
	max-width: 200px;
	width: 100%;
	text-align: center;
	background-color: #fff;
	font: normal normal normal 14px/24px Open Sans;
}




/* casting images */

.castingFormGrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* Erstellt 4 Spalten mit gleicher Breite */
  gap: 34px; /* Abstand von 34px zwischen den Spalten */	
}

.bilderspace p,
.bilderspace_viertel p {
		margin: 0;
}

#bildspace_1 {
  cursor: pointer;
  border: 1px solid #7c7c7c;
  box-sizing: border-box;
  position: relative;

	width: 26%;
	  aspect-ratio: 1 / 1;


    object-fit: cover;
  object-fit: scale-down;
  
  box-sizing: border-box;
line-height: 0;
}

.bilderspace_viertel {
  position: relative;
  cursor: pointer;
  border: 1px solid #7c7c7c;
  
  box-sizing: border-box;
  line-height: 0;
  z-index: 10;
  
  aspect-ratio: 160 / 220;
  
}

.bilderspace_viertel img {
  width: 100%;
  height: auto;
  
   object-fit: cover;
  object-fit: scale-down; 
}

#fourImageGrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4%; /* Anpassen des Abstands zwischen den Bildbereichen */
}



.screenshotdemoframe {
  width: 100%;
  height: auto;
  
  box-shadow: none;
  outline: none;
}

.imagefileinput {
  display: none;
}

.add_target,
.add_target  p {
    position: absolute;
    display: flex;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.add_target p {
	height: 100%;
}

.add_target img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-fit: scale-down;
  outline: none;
}


input.wpcf7-submit {
	cursor: pointer;
}

.wpcf7 form .wpcf7-response-output {
    margin: 1em auto 1em;
    padding: 10px;
    border: 1px solid #00a0d2;
	max-width: 750px;
	box-sizing: border-box;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
}

form.wpcf7-form input {
  border: none;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;  
  position: relative;
}
form.wpcf7-form input.wpcf7-not-valid {
  border-bottom: 1px solid red;
  border-left: 1px solid red;
  border-right: 1px solid red; 
}



form .wpcf7-form-control-wrap::before {
	content: '';
	height: 20px;
	width: 1px;
	position: absolute; 
	background-color: #fff;
	right: 0;
	top: -10px;  
    display: block;
	z-index: 10;
}
form .wpcf7-form-control-wrap::after {
	content: '';
	height: 20px;
	width: 1px;
	position: absolute; 
	background-color: #fff;
	left: 0;
	top: -10px;  
    display: block;
}

form.wpcf7-form input {
	font: normal normal normal 15px/25px Open Sans;
  letter-spacing: 0px;	
  padding: 0 5px;
  box-sizing: border-box;
  opacity: 0.5;
  margin: 5px 0 20px;
}
form.wpcf7-form  input:focus {
  outline: none; /* Entfernt die Standard-Hervorhebung */
  opacity: 1;
}
  
form.wpcf7-form input.wpcf7-submit { 
	border-top: 1px solid #000;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    background-color: #46b450;
    color: #fff;
}




/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!     castingform */

/* bookingform */


#pictureLoading {
  float: left;
  width: calc(50% - 5px);
  margin-right: 10px;
  height: auto;
}
#pictureLoading_two {
  float: left;
  width: calc(50% - 5px);
  height: auto;
}

#pictureLoading img, 
#pictureLoading_two img {
  width: 100%;
  height: auto;
}

/* !!!!!!!!!!!!!!!!!!!!!!!!!!!! bookingform */


@media screen and (max-width: 1280px) {
  #modelOverview {
    grid-template-columns: repeat(2,1fr);
  }
    .modelContainer {
    height: 70vw;
  }
}


@media screen and (max-width:950px) {

  #modelSingleViewTextContent ul li {
    width: 120px;
  } 


	.argumentList li {
		flex: 1 0 calc(50% - 40px);
	}
	
	/* castingform */
	.form-grid-container {
		grid-template-columns: auto;
	}	
	.right-column {
		order: 1;
		max-width: 550px;
		margin: 0 auto;
	}
	.left-column {
		order: 2;
	}

	
	/* ! castingform */
	/* mobile-nav */
	
	
	.menu-headmenu-container {
	  position: fixed;
	  width: 100%;
	  height: 100vh;
	  
	  background-color: #F5F6FA;

	  top: 0;  
	  right: 0;
  
		transition-timing-function: cubic-bezier(10,2,3,1);
		transform: translateX(100%);
		top: 0;
		z-index: 50;
		transition: 0.5s;
		
	  display: grid;
	  place-items: center;
	  text-align: center;	
	}	

	#navBottom ul {
	margin: 0;
	  padding: 0;
	  list-style-type: none;
	  display: block;
	}


	#navBottom li {
	  height: 80px;  
	  font: normal normal normal 24px/72px Josefin Sans;
	  padding: 0;  
	}
	#navigation li:nth-child(1) a,
	#navigation li:nth-child(2) a
	{
	  position: relative;
	  left: auto;
	  right: auto;
	}

	#navBottom li {
	  display: block;
	}
	#navBottom li a {
	  color: #000;
	}	

	#navBottom input {
		display: block;
		z-index: 200;
		width: 36px;
		height: 36px;
		opacity: 0;
		right: 20px;
		position: absolute;
		cursor: pointer;
	}	
	
	
	
	
	#navBottom input {
		display: block;
		z-index: 200;
		width: 36px;
		height: 36px;
		opacity: 0;
		right: 0px;
		position: absolute;
		cursor: pointer;
		top: -5px;
	}

	.burgerAnimation {
	  display: block;
	  margin: 1em;
	  position: absolute;
	  width: 36px;
	  transform: translate(-50%,-50%);  
	  z-index: 100;  
	  right: -30px;
	  top: 2px;
	}
	.burgerAnimation:before,
	.burgerAnimation:after {
	  background-color: #000;
	  content: '';
	  display: block;
	  height: 4px;
	  transition: all 200ms ease-in-out;
	}
	.burgerAnimation:before {
	  box-shadow: 0 10px 0 #000;
	  margin-bottom: 16px;
	}



	input#mobileNavButton:checked ~.burgerAnimation:before {
		background-color: #000;
		box-shadow: none;
	    transform: translateY(10px) rotate(45deg);
	}
	input#mobileNavButton:checked ~.burgerAnimation:after{
		background-color: #000;
		box-shadow: none;		
	    transform: translateY(-10px) rotate(-45deg);
	}
	input#mobileNavButton:checked ~ .menu-headmenu-container
	{
		transform: translateX(0rem);		
	}
	
	/* form booking */
	
  #formPage {
    grid-template-columns: repeat(1,1fr);
  }	
  
	/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! form booking */
	/* language button mobile */
	

	
	  .languages #mobileLanguageSwitch {
		left: -1px;
		opacity: 0;
		display: block;
		cursor: pointer;
		position: absolute;
		top: 15px;
		
	  }	  
 
.languagesDropDown {
	overflow: hidden;
	height: auto;
	left: -135px;
	
  position: absolute;
  background-color: #F5F6FA;
  
    top: 57px;
    width: 215px;
    margin: 0;
    padding: 0;
    text-align: center;
    display: block;
	
	transition: height 1.5s;
	
    z-index: 300;
    background-color: #fafafa;  
  
		opacity: 0;
		
    position: absolute;
  max-height: 0;
    transition: all 0.15s ease-out;
  
}

  input#mobileLanguageSwitch:checked ~ .languagesDropDown {
    height: auto;	
    max-height: 500px;
    transition: all 0.25s ease-in;
	
	opacity: 1;
  }	
  
  /* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! language button mobile */
	
	
	
	  .doubleContentWrap {
	display: block;
	text-align: center;
  }
  .doubleContentWrap > div:first-child {
	  margin-right: 0;
	}
	
}





@media screen and (max-width: 720px) {
  #modelOverview {
    grid-template-columns: repeat(1,1fr);
  }
    .modelContainer {
    height: 120vw;
  }
  
  #navBottom a#logo {
  left: 0;
} 

  #navBottom input {
    right: 0;
  }

   .burgerAnimation {
    right: -30px;
  }  
  
}
@media screen and (max-width: 640px) {
  #modelIntroduction {
    grid-template-columns: repeat(1,1fr);
    grid-auto-flow: dense;
  }

  #modelSingleViewThumbnail {
    order: 1;
  }

  #modelSingleViewTextWrap {
    order: 2;
  }
    #modelSingleViewTextContent ul {
    grid-template-columns: repeat(3,1fr);
    display: grid;
  }
    #modelSingleViewTextContent ul li {
    width: 120px;
  }
  
  #modelSingleViewTextContent > ul:nth-child(1) > li:nth-child(7) {
    width: 120px;
    margin-left: -60px;
  } 

  #modelSingleViewTextContent > ul:nth-child(1) > li:nth-child(7) {
    grid-column: 2/3;
  }  
  
    #modelSingleViewTextContent > ul:nth-child(1) > li:nth-child(8) {
    width: 120px;
    margin-left: -60px;
  }
  
    #modelPictures {
    grid-template-columns: 1fr;
  }
  


  
  
  
}

@media screen and (max-width: 600px) {
  #menu-footermenu {
    max-width: 600px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 50px auto 50px;
  }
    #menu-footermenu li {
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
  }

	#navBottom a#logo {
		    display: flex; /* Aktiviert Flexbox */
    align-items: center; /* Zentriert die Items vertikal */
    justify-content: center; 
	
		width: calc(100% - 100px);
	  max-width: calc(100% - 100px);
	  height: 36px;
	  margin-top: -2px;
	}

	  
	a#logo img {
		max-width: 100%;
	}  
  
  
}





@media screen and (max-width:550px) {


	.argumentList li {
		flex: 1 0 calc(100% - 40px);
		text-align: center;
	}	
	

	/* castingform */
	
	.castingFormGrid {
		grid-template-columns: repeat(2, 1fr);
	}	
	
	
	/* ! castingform */

	h1.bigHeading, 
	h2.bigHeading, 
	h3.bigHeading {
		font: normal normal normal 36px/48px Josefin Sans;
		letter-spacing: 0px;
		margin-bottom: 0;
	}


}






/* cookienotice */

#cookie-notice a {
	color: #000;
}
#cookie-notice .cn-button:not(.cn-button-custom) {
	color: #fff;
}

#cookie-notice {
	-webkit-box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.25); 
	box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.25);
}