/*
Theme Name: Pressehütte Theme
Theme URI: http://pixelpakete.de
Author: Jano Kaltenbach
Author URI: http://janokaltenbach.de/
Description: Individuelles Theme für Pressehütte Relaunch 2021
Version: 1.0
Text Domain: pressehuette
*/

/* © 2021 Jano Kaltenbach für Pixelpakete GbR */

/* nunito-regular - latin */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/nunito-v25-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/nunito-v25-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/nunito-v25-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/nunito-v25-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/nunito-v25-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/nunito-v25-latin-regular.svg#Nunito') format('svg'); /* Legacy iOS */
}
/* nunito-300 - latin */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/nunito-v25-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/nunito-v25-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/nunito-v25-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/nunito-v25-latin-300.woff') format('woff'), /* Modern Browsers */
       url('fonts/nunito-v25-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/nunito-v25-latin-300.svg#Nunito') format('svg'); /* Legacy iOS */
}
/* nunito-600 - latin */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/nunito-v25-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/nunito-v25-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/nunito-v25-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/nunito-v25-latin-600.woff') format('woff'), /* Modern Browsers */
       url('fonts/nunito-v25-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/nunito-v25-latin-600.svg#Nunito') format('svg'); /* Legacy iOS */
}
/* nunito-700 - latin */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  src: url(fonts/nunito-v25-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/nunito-v25-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/nunito-v25-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/nunito-v25-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/nunito-v25-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/nunito-v25-latin-700.svg#Nunito') format('svg'); /* Legacy iOS */
}


h1 {
	hyphens: auto;
}

#topbar {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #0075bf;
    color: rgba(255, 255, 255, 0.85);
  }

  #topbar .icon {
    width: 24px;
    height: 27px;
    float: left;
    padding-right: 30px;
  }

  #topbar .icon a {
    color: rgba(255, 255, 255, 0.85);
    transition: color .3s;
  }

  #topbar .icon a:hover {
    color: white;
  }

  #topbar .right {
    text-align: right;
    text-transform: uppercase;
    font-weight: 700;
  }

  #topbar .right:hover {
    color: white;
    transition: color .3s;
  }

  #topbar .right.mobilemenubutton {
    display: none;
  }

  /* for fullscreen rows */
  .minimumpadding {
    padding: 0 50px;
  }

  header .menuleiste {
    background-color: #fff;
    z-index: 1;
	display: flex;
  	align-items: center;
  }

  .global-shadow {
    -webkit-box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.5);
    position: relative
  }

	header .logo {
		display: flex;
	}

  header .logo img{
	padding: 40px 0;
    height: 120px;
  }

  nav ul {
    list-style-type: none;
    display: inline;
    margin: 0;
    padding: 0;
    overflow: hidden;
    float: right;
  }

  nav ul li {
    float: left;
	  margin: 0 !important;
  }

  nav ul ul {
    display: block;
    width: 200px;
    position: absolute;
    background-color: #0075bf;
    padding: 10px;
    display: none;
    margin-left: 20px;
  }

  nav ul li:hover > ul {
    display: block;
  }

  nav ul ul li {
    width: 100%;
    padding: 0;
    margin-bottom: 0;
  }

  nav ul ul li a {
    color: white;
    font-size: 18px;
    cursor: pointer;
	font-weight: 400;
	text-transform: none;
  }

  nav ul ul li a:before {
    content: '';
  }

  nav ul ul li a:hover {
    background-color: white;
    background-image: none;
    color: #0075bf;
  }

  nav li a {
    display: block;
    color: #111;
    text-align: center;
    padding: 16px 24px;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    transition: color .3s;
    cursor: pointer;
  }

  nav ul li.current-menu-item a, nav ul li.current-page-ancestor > a {
    color: rgb(185, 0, 0);
	 background-color: #fff;
  }

  nav li a:hover {
    color: rgb(185, 0, 0);
    background-image: url('/images/logo.jpg');
    background-size: contain;
    background-repeat: no-repeat;
  }

  nav li a:before {
    color: rgb(185, 0, 0);
   font-family: "Font Awesome 5 Free";
   content: "\f105";
   display: inline-block;
   padding-right: 6px;
padding-bottom: 4px;
   vertical-align: middle;
   font-weight: 900;
  }

  nav .spendenbutton a {
    background-color: #0075bf;
    padding: 10px 30px;
    margin: 0px 26px;
	border: 4px solid #0075bf;
  }

  nav .spendenbutton a:before {
    display: none;
  }

  nav .spendenbutton, nav .spendenbutton a {
    height: 100%;
    color: #fff;
    transition: background-color .3s;
  }

  nav .spendenbutton a:hover {
    color: #fff;
    background-image: none;
    background-color: #0091eb;
	border-color: rgb(185,0,0);
  }

ul.sprache {
	list-style:none;
	display: inline;
	padding-left: 20px;
}

ul.sprache li {
	display:inline;
}

  footer {
    background-color: #0075bf;
    color: white;
    padding: 20px 0;
    font-size: 14px;
  }

  footer ul {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }

  footer ul li {
    margin: 0;
  }

  footer a {
    padding-right: 16px;
    color: white;
    text-decoration: none;
    vertical-align: middle;
  }

  footer a:hover {
    color: white;
    text-decoration: underline;
  }

  footer .left {
    text-transform: uppercase;
  }

  footer .right {
    text-align: right;
  }

  footer .right span {
    vertical-align: middle;
  }

  .empty {
    min-height: 1px;
  }

  /* MOBILE MENU */

  /* The Overlay (background) */
  .overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */   
    height: 0;
    width: 100%;
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 57px;
    bottom: 0px;
    background-color: #0075bf; /* Black fallback color */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
  }

  /* Position the content inside the overlay */
  .mobileLinks {
    position: relative;
    top: 30px; 
    padding-bottom: 10%;
    width: 100%; /* 100% width */
    text-align: center; /* Centered text/links */
  }

  .mobileLinks ul{
    list-style: none;
	margin-bottom: 80px;
  }

.mobileLinks ul li {
		margin-top: 38px;
}

.mobileLinks ul li:last-child {
		margin-bottom: 38px;
}


  .mobileLinks ul ul {
    margin: 0;
  }

  .mobileLinks ul ul li {
    margin: 0;
  }

  .mobileLinks ul ul a{
    font-size: 22px;
    padding: 2px;
    text-transform: none;
    opacity: .8;
  }

	.mobileLinks .current-menu-item a {
		text-decoration:underline;
		text-decoration-color: #b90000;
	}

  /* The navigation links inside the overlay */
  .overlay a {
    padding: 8px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 24px;
    color: #ffffff;
    display: block; /* Display block instead of inline */
    transition: 0.3s; /* Transition effects on hover (color) */
  }

  /* When you mouse over the navigation links, change their color */
  .overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
  }

  /* Position the close button (top right corner) */
  .overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
  }

  /* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
  @media screen and (max-height: 450px) {
    .overlay a {font-size: 18px}
    .overlay .closebtn {
      font-size: 40px;
      top: 15px;
      right: 35px;
    }
	 
  }

	/* SHADOW BOX SPENDE */
	#spenden-shadow {
		z-index: 10000;
		position: fixed;
		background-color: #0075be96;
		width: 100vw;
		height: 100vh;
		top: 0;
		display: none;
    	align-items: center;
		justify-content: center;
		cursor: pointer;
	}

	#spenden-shadow .spenden-box {
		width: 80vw;
		max-width: 500px;
		background-color: white;
		-webkit-box-shadow: 0px 0px 25px 10px rgba(0,0,0,0.3); 
    	box-shadow: 0px 0px 25px 10px rgba(0,0,0,0.1);
		margin: 0 auto;
		cursor: auto;
	}

	#spenden-shadow .spenden-text {
		margin: 50px;
	}

	.spende-close-btn {
		float:right;
		cursor: pointer;
		font-size: 30px;
		padding: 10px;
		line-height: 20px;
		font-weight: 200;
	}



  /* RESPONSIVE */


  /* Smaller than phablet */
  @media (max-width: 550px) {

    footer .left, footer .right {
      text-align: center;
    }

    footer .right {
      color: rgba(255, 255, 255, 0.5);
      padding-top: 1rem;
    }

    footer ul {
      display: block;
    }

    footer #scrollUp {
      display: none;
    }
	  
	  #topbar .icon {
		  padding-right: 20px;
	  }
	  
	  
	.page .featured-image img {
		height: 150px !important;
	  }
	  
  }

  /* Smaller than tablet */
  @media (max-width: 1156px) {

    header {
      top: 0;
      position: sticky;
      z-index: 1;
    }

    header .mobilelogo {
      display: block !important;
      width: 100%;
      background-color: white;
      left: 0;
      right: 0;
      z-index: 1;
      text-align: center;
      padding: 0;
    }

    header .mobilelogo img {
      height: 60px;
		transition: 0.5s; /* Add a transition effect (when scrolling - and font size is decreased) */
    }
	  
	header .logo {
		justify-content: center;
	}
	  
	header .logo img {
    	padding: 30px 0;
   		height: 120px;
	}

    #topbar {
      left: 0;
      top: 0;
      right: 0;
      z-index: 1;
    }
    
    #topbar .right.slogan {
      display: none;
    }

    #topbar .left {
      width: 70%;
    }

    #topbar .right.mobilemenubutton {
      display: block;
      width: 30%;
      margin-left: 0;
      cursor: pointer;
    }

    #topbar .right.mobilemenubutton .icon {
      float: right;
      padding-right: 0;
    }

    .menuleiste {
      display: none !important;
    }
  }

  /* Smaller than hd */
  @media (max-width: 1600px) {
	.minimumpadding {
      padding: 0 30px;
    	}
	  
	  nav li a, nav ul ul li a {
		  padding: 12px;
		  font-size: 14px;
	  }
	  
	  header .logo img {
		  height: 100px;
	  }
	  
	  nav .spendenbutton a {
		  padding: 6px 30px;
		  margin-right: 0;
	  }
	}




  /* INHALTE */

	/* DACH */

	.dach {
		text-align: center;
	}

	.dach h4 {
		color: #0075bf;
	}

	.dach h4 span {
		color: black;
	}

	.dach .postbox h4  {
		color: #0075bf;
	}

	.dach .contentrow {
		padding-top: 50px;
	}

	.dach a {
		margin: 0 15px 15px 15px;
	}


	.dach {
		background: no-repeat top url(img/dach-1200.svg);
		padding-top: 168px;
		margin-top: -120px;
		background-size: 1200px;
	}

	@media (max-width: 1500px) {

		.dach {
			background: no-repeat top url(img/dach-800.svg);
			background-size: 800px;
			padding-top: 145px;
    		margin-top: -100px;
		}
		
	}

	@media (max-width: 1024px) {

		.dach {
			background: none;
			padding-top: 40px;
    		margin-top: 0;
		}
		
	}

#slider {
	border-bottom: 18px solid #0075bf;
}

	/* BG STRIPE */

	.home .bg-stripe {
		background: url(img/bg_line_blue.svg);
		background-repeat: repeat-y;
		background-position-y: 20%;
	}


  /* POSTBOXEN */

  article {
    min-height: 100vh;
	overflow: hidden;
	transition: 0.5s; /* Add a transition effect (when scrolling - and font size is decreased) */
  }

	.dreiboxen {
		background-color: #0075bf;
		padding: 75px 0;
	}

  .postbox {
    background-color: white;
    -webkit-box-shadow: 0px 0px 25px 10px rgba(0,0,0,0.3); 
    box-shadow: 0px 0px 25px 10px rgba(0,0,0,0.1);
  }
  .postbox img {
    width: 100%;
  }

  .postbox .text {
    padding: 30px;
    color: rgb(36, 36, 36);
  }

.postbox-title {
	color: white;
}

  .postbox h5 {
    font-weight: 700;
    color: black;
  }

  .contentrow {
    margin-bottom: 100px;
  }

	.toppadding {
		padding-top: 150px;
	}

  /* YOUTUBE VIDEOS */
  .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
  }

  .video-container iframe,
  .video-container object,
  .video-container embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
  }

  /* NEWSLETER */
  article h1 {
    color: #0075bf;
  }

  .newsletter input {
    height: 60px;
    border: 2px solid #0075bf;
    width: 100%;
    margin-bottom: 20px;
  }

  .bigtext {
    font-weight: 700;
    font-size: 2.5rem;
  }

	.newsletter p {
		margin-bottom: 0;
	}

	.latest_post img {
		width: 100%;
		height: fit-content;
	}

	.latest_post h5 a{
		text-decoration: none;
	}

	.latest_post img, .latest_post .nl_anriss {
		margin-bottom: 2rem;
	}

	.latest_post .nl_meta {
		font-style: italic;
	}

	.latest_post .nl_cat {
		text-transform: uppercase;
		text-decoration: none;
	}

	/* INSTAGRAM */
	.instagram {
		background: linear-gradient(to top, #0075bf 50%, #ffffff00 50%);
		color: white;
		text-align: center;
	}

	.instagram h4 {
		padding: 40px;
		margin: 0;
	}

	.instagram a {
		color: white;
		text-decoration: none;
	}

	.instagram .GridLayout__grid{
		padding: 0 20%;
	}


	#postversand {
		height: 0;
		overflow: hidden;
		transition: all .5s;
	}

	.single h1 {
		margin-bottom: 0;
	}

	.single .post-meta {
		font-style: italic;
	}

	.single .post-meta .nl_cat a{
		text-transform: uppercase;
		text-decoration: none;
	}

  /* VISIONEN */

  .row.vision .column {
      margin-bottom: 30px;
  }

  .vision .box {
	position: relative;
	padding: 50px;
    padding-right: 20px;
    padding-bottom: 30px;
    border: 8px solid transparent;
    transition: all .7s;
	backface-visibility: hidden;
	  cursor: pointer;
	  z-index: 1;
    }

    .vision .circle {
        border-radius: 50%;
        width: 35px;
        height: 35px;
        padding: 10px;
        background: #fff;
  		position: absolute;
		z-index: -1;
    	margin-left: -27px;
    	margin-top: -25px;
    }

    .vision .kugel {
        height: 25px;
        width: 25px;
        background-color: #bbb;
        border-radius: 50%;
        display: inline-block;
    }

  .vision p {
      padding: 6px;
      margin: 0;
      background-color: #e8f3f9;
	  padding: 20px;
	  font-size: 16px;
  }

  .vision .box:hover {
    border-color: #0075bf;
    transform: scale(1.03);
  }

  /* PARTNER */
  .partner {
      background-color: #0075bf;
      padding: 40px;
  }

  .partner .element:hover {
      transition: all .7s;
      transform: scale(1.05);
      transform-origin: top left;
  }

  .partner img {
      width: 100%;
      float: right;
  }

  .partner .title {
      color: white;
      font-weight: 700;
      margin-bottom: 1.5rem;
  }

  .partner p {
      color: white;
      margin: 0;
  }

  /* UNTERSEITEN */

  .page-content {
      padding: 100px 0 100px 0;
  }

  .page .featured-image img {
      width: 100%;
      height: 500px;
      object-fit: cover;
	  object-position: top;
  }

.page-content h1 {
	text-align: center;
	padding-bottom: 40x;
}

  /* Breadcrumb Menu */

  .breadcrumb-menu {
    background-color: #0075bf;
    padding: 30px 30px;
    margin: -200px 20px 200px 0;
  }

  .breadcrumb-menu ul {
    list-style: none;
  }

	.breadcrumb-menu .current_page_item>a{
		text-decoration:underline;
		text-decoration-color: #b90000;
	}

  .breadcrumb-menu a {
    color: white;
    text-decoration: none;
  }

  .breadcrumb-menu a:hover {
    font-weight: 700;
  }

  .breadcrumb-menu h4 {
    color: white;
  }

  .breadcrumb-menu ul {
    margin: 0;
  }

  .breadcrumb-menu ul.sub-menu {
    margin-left: 2rem;
    padding-top: 1rem;	  
	list-style: circle;
	  color: white;
}
ul#menu-nuclearban-tour-website li {
	padding-top: 1rem;
}

ul#menu-nuclearban-tour-website li li {
	padding-top: 0;
}

ul#menu-nuclearban-tour-website a:not([href]) {
	font-style: italic;
}

ul#menu-nuclearban-tour-website a:not([href]):hover {
	cursor: default;
	font-weight: normal;
}

.breadcrumbzusatz {
	font-style: italic;
}

.nurmobil {
	display: none;
}


  /* Smaller than tablet */
  @media (max-width: 750px) {

    .page-content {
      padding: 50px 0 50px 0;
    }
	  
	  .page-content h1 {
		  padding-bottom: 30px;
	  }

    .breadcrumb-menu {
      margin: -200px 0 0 0;
    }
	  
	  .instagram {
		  background-color: #0075bf;
	  }
	  
	  .instagram .FeedLayout__root {
		  padding-top: 40px;
	  }
	  
	  .nomobil {
		  display: none !important;
	  }
	  
	  .nurmobil {
		  display: block;
	  }

  }

  /* Smaller than phablet */
  @media (max-width: 550px) {
	  
	 .postbox {
		margin-bottom: 80px;
	  }
	  
/* 	 .postbox:last-child {
		margin-bottom: 0;
	  } */
	  
	 .dreiboxen {
		padding-top: 100px;
		 padding-bottom: 0;
	}
	  
	.row.vision .column {
		  margin-bottom: 10px;
	  }
	  
	  .contentrow {
		margin-bottom: 100px;
	  }
	  
		.toppadding {
			padding-top: 100px;
		}
	  
	  .nomobile {
		  display: none;
	  }
	  
	  .dach a {
		  font-size: .7em;
		  margin: 15px 0 0 0;
	  }
	  
	  .partner .element {
		  padding-bottom: 50px;
	  }
	  
	}



blockquote {
    position: relative;
	font-style: italic;
	font-size: 1.5em;
	margin-left: 50px;
    /* background: #ddd; */
}

blockquote:before {
  position: absolute;
  content: open-quote;
  font-size: 5em;
  margin-left: -0.5em;
  margin-top: -1em;
	color: #0075bf;
}
blockquote p {
  display: inline;
}

/* ARCHIVE (NEWSLETTER) */

.archive-entry {
	padding-top: 50px;
}

.archive-entry img {
	width: 100%;
	height: 200px;
	object-fit: cover;
} 

/* SPECIAL HTML ON PAGES */

/* Book */
.page-template-page-book .page-content {
	padding-bottom: 0;
}

input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea {
	width: 100%;
}


/* IMAGE CAPTURE FORM */

.captcha-image .cf7ic_instructions span {
	color: #0075bf !important;
}

.captcha-image label > input:checked + svg, .captcha-image label > input:focus + svg {
	border-color: #0075bf !important;
}

.captcha-image {
	margin-bottom: 1.5rem;
	border-color: #D1D1D1 !important;
}

/* TEMPORARY WEGEN SCHNELLER ONLINESTELLENUNG */

ul.sprache {
	display: none;
}