/*
Theme Name: Hydrogen
Theme URI: http://gantry.org
Author: RocketTheme, LLC
Author URI: http://rockettheme.com
Description: Default Gantry 5 theme. Provides a simple, clean and fast design to get you started on developing your own theme or setting up a quick new site
Version: 5.5.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/



@font-face {
  font-family: 'ApfelGrotezk';
  src: url("/wp-content/themes/g5_hydrogen/fonts/ApfelGrotezk-Regular.woff2") format("woff2"),
       url("/wp-content/themes/g5_hydrogen/fonts/ApfelGrotezk-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ApfelGrotezk';
  src: url("/wp-content/themes/g5_hydrogen/fonts/ApfelGrotezk-Fett.woff2") format("woff2"),
       url("/wp-content/themes/g5_hydrogen/fonts/ApfelGrotezk-Fett.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
	font-family: 'Syne';
	src: url("/wp-content/themes/g5_hydrogen/fonts/Syne-Regular.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Syne';
	src: url("/wp-content/themes/g5_hydrogen/fonts/Syne-Medium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Syne';
	src: url("/wp-content/themes/g5_hydrogen/fonts/Syne-SemiBold.woff") format("woff");
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Syne';
	src: url("/wp-content/themes/g5_hydrogen/fonts/Syne-Bold.woff") format("woff");
	font-weight: 700;
	font-style: normal;
}



html {
	font-size: 19px;
}

#g-header {
	font-size: 18px;
}

.gp_banner3 .gp_content {

}

.title, .subtitle {

}

.nomargin .g-content {
    margin: 0 !IMPORTANT;
	padding: 0 !important;
}

.title {
    font-size: 90px !important;
    background-color: #fff;
    padding: 30px;
	font-family: 'Syne', sans-serif;
	color: #000;
}

.subtitle {
    font-size: 28px;
    font-weight: 500;
    margin-top: -35px;
    background: #fff;
    padding-left: 25px;
    padding-bottom: 25px;
	color: #000;
	    border-bottom: 4px solid black;
    border-right: 4px solid black;
    border-left: 4px solid black;
}

#g-navigation .gp_inner {
	opacity: 90%;
}

#g-header .g-content {
	margin: 0;
	padding: 0;
	padding-top: 20px;
}

.g-main-nav .g-toplevel > li.g-parent .g-menu-parent-indicator:after {
		font-weight: 300 !Important;
		font-size: 12px !important;
}

.shoutout, .shoutout_frei {
    display: flex;
    justify-content: center;
    text-align: center;
	flex-wrap: wrap;
}

.shoutout_frei {
  display: flex;
  flex-wrap: wrap;
}

.lastrowimfreien {
  display: flex;
  flex-wrap: wrap;
}

.lastrowimfreien div {
  flex: 1;
  min-width: 200px; /* Adjust this value as needed */
  box-sizing: border-box;
  padding: 10px; /* Optional: to add some spacing between items */
}



h3 {
    font-size: 44px;
    font-weight: 500;
    line-height: 46px;
}
/*
#g-feature img {
	border-radius: 15px;
}
*/

.headline_block {
    background-color: #fff;
    height: 100px;
    margin-top: 100px;
    margin-bottom: 50px;
}

.image_top1 img {
	float: left;
	margin-top: 15px;

}

.text_top {
    float: right;
    padding-top: 15px;
    max-width: 800px;
    margin: 0 auto;
    font-size: 22px;
	margin-right: 150px;
}

.text_top_long {
    float: right;
    padding-top: 15px;
    max-width: 800px;
    margin: 0 auto;
    font-size: 22px;
}

.spacer {
	height: 30px;
}


.menu1 {
    justify-content: flex-end;
    display: flex;
}



.menu2 {
    justify-content: flex-start;
    display: flex;
}

.logo {
    display: block;
    margin: 0 auto;
}

.g-toplevel .g-menu-item-link-parent {
    text-transform: uppercase;
}

.g-sublevel .g-menu-item-link-parent, .g-dropdown {
	text-transform: none !important;
}

.g-sublevel .g-menu-item-link-parent .g-dropdown-right {
    width: 115% !important;
}

.g-toplevel .g-dropdown.g-dropdown-right {
    width: 220%;
}

/*
.gp_imagegallery2 .gp_img_block .gp_img:before {
	border-radius: 0px 0px 15px 15px;
}

.gp_imagegallery2 .gp_img {
    border-radius: 15px;
}

.big_home_list img  {
    border-radius: 15px;
}

*/

.orgprev img {
	max-height: 290px;
	    display: flex;
    margin-bottom: -30px;
}




.pretext {
    max-width: 750px;
	margin: 0 auto;
	font-size: 22px;
}

.gp_heading {
    text-align: center !important;
}

.startslidetext {
	max-width: 750px;
	font-size: 22px;
}

a.logo_head {
    margin-top: 0px;
    display: flex;
    padding-bottom: 23px;
}

.menu1, .menu2 {
    margin-top: 50px;
}

.slidewizzy {
    padding: 0 10px;
}

.slidewizzy h6 {
	margin-top: -15px;
	margin-bottom: 45px;
}


	
.shoutout {
    display: flex;
    flex-flow: row wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    text-rendering: optimizespeed;
}

.h1_home {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}


.g-grid.gp_center {
	border: none !important;
}


.big_home_list {
	border: none !important;
}

.text_home {
	margin-top: -10px;
}

.big_list_home {
	    background-color: #fff;
margin-top: 50px;
	
}

.big_list_home h3 {
	display: flex;
	justify-content: center;

}

.row_with_3 {
  display: flex;
  flex-wrap: wrap;

}

.row_with_3 div {
  flex: 1;
  min-width: 200px; /* Adjust this value as needed */
  box-sizing: border-box;
  padding: 10px; /* Optional: to add some spacing between items */
}

.big_list_headline {
        margin-top: 50px;
    margin-bottom: 100px;
}

.betten_header {
        margin-top: 50px;
    margin-bottom: 30px;
}


.h1_home h1 {
	display: flex;
	justify-content: center;
}

.logo_head img {
    max-width: 540px;
   padding-top: 12px;
}

#g-feature {
	background: #fff !important;
}


img.logo_lang {
    width: 600px;
    margin-top: -2px;
}

.nomargin h6 {
    margin-top: -20px !important;
}

h2.pinline {
    text-align: center;
    display: block;
    overflow: hidden;
    font-size: 28px;
    margin: 20px 0;
    font-family: 'Syne',sans-serif;
    font-weight: 500;
	    width: 75%;
    margin: 0 auto;
}

h2.pinline span {
    position: relative;
    display: inline-block;
    line-height: 1;
}

h2.pinline span:before {
    left: 100%;
    margin-left: 20px;
}

h2.pinline span:before, h2.pinline span:after {
    content: "";
    position: absolute;
    top: 50%;
    height: 4px;
    background: #000;
    width: 99999px;
}

h2.pinline span:after {
    right: 100%;
    margin-right: 20px;
}


h3 {
    font-family: 'ApfelGrotezk',sans-serif;
}

.gp_banner3 .gp_inner h1 {
	border-left: 4px solid black;
	border-right: 4px solid black;
	border-top: 4px solid black;
}

h6 {
    font-weight: 300;
    font-size: 26px;
    border: 4px solid black;
    width: fit-content;
    padding-left: 10px;
    padding-right: 10px;
}

video#myVideo {
    margin-bottom: -9px;
}

section#g-feature {
    font-size: 22px;
}

#g-header .g-main-nav .g-dropdown {
    background: #fff;
    border: 4px solid black;
}


#g-header .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover {
    background: #fff;
}


#g-header .g-main-nav .g-sublevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover, #g-header .g-main-nav .g-sublevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active {
    background: #e8e8e8;
}

.g-main-nav .g-toplevel > li > .g-menu-item-container {
    text-decoration: none;
    padding: 15px 0.638rem;
}

.g-main-nav .g-toplevel > li.g-parent .g-menu-parent-indicator:after {
    width: 15px;
	opacity: 100%;
}

.footer_menu a {
	color: #000;
}

.footer_menu {
    display: inline-flex;
    justify-content: space-evenly;
    width: 100%;
}

/* hier wieder display: flex aktivieren, wenn unterseiten online kommen */
.link_all {
    display: none;
    justify-content: center;
}

.link_all a {
	color: #000;
}

.ueber5r5 .g-block.size-50.image_top1 {
    margin-top: 250px;
}


.text_top2 {
    padding-top: 15px;
    max-width: 800px;
    font-size: 22px;
    display: flex;
}

.image_top2 img {
    float: right;
    padding-right: 150px;
}

.image_pad_left img {
    float: right;
    padding-right: 25px;
    padding-left: 25px;
}

.g-block.size-50.text_top2.text_top_fix.weteam {
    padding-left: 25px;
	    margin-top: -35px;
}

#post-115 .entry-title {
	display: none;
}

.contact {
	font-size: 30px !important;
}

.g-menu-item-117, .g-menu-item-112 {
     text-transform: uppercase;
}


.g-flushed .gp_imagegallery5 .gp_content {
    padding: 50px !important;
    padding-left: 0px !important;
    margin-left: -30px;
}

.outline-ueber_5r5 .g-block.size-50.image_top1 {
    padding-right: 25px;
}

.job {
    margin-top: -59px;
    display: flex;
}

/* weg wenn unterseiten online */

.g-menu-parent-indicator, .g-dropdown {
	display: none !important;
}


.img_center {
	display: flex;
	justify-content: center;
	margin: 0 auto !important;
}


.g-block.size-50.crew_pics {
    padding-left: 100px;
}

.g-block.size-50.crew_pics img {
    max-height: 500px;
	padding-top: 30px;
	float: right;
	padding-right: 75px;
}

.text_top_long2 {
    float: left;
    padding-top: 15px;
    max-width: 800px;
    margin-left: 25px;
    font-size: 22px;
}

div#custom-4405-particle a {
    color: #000 !important;
    text-decoration: underline;
}

button#wpforms-submit-118 {
    background-color: black;
}

div.wpforms-container-full input[type=date]:focus, div.wpforms-container-full input[type=datetime]:focus, div.wpforms-container-full input[type=datetime-local]:focus, div.wpforms-container-full input[type=email]:focus, div.wpforms-container-full input[type=month]:focus, div.wpforms-container-full input[type=number]:focus, div.wpforms-container-full input[type=password]:focus, div.wpforms-container-full input[type=range]:focus, div.wpforms-container-full input[type=search]:focus, div.wpforms-container-full input[type=tel]:focus, div.wpforms-container-full input[type=text]:focus, div.wpforms-container-full input[type=time]:focus, div.wpforms-container-full input[type=url]:focus, div.wpforms-container-full input[type=week]:focus, div.wpforms-container-full select:focus, div.wpforms-container-full textarea:focus {
    border: 1px solid #000000;
    box-shadow: 0 0 0 1px #000000, 0px 1px 2px rgba(0,0,0,0.15);
    outline: none;
}

div.wpforms-container-full input[type=submit]:hover, div.wpforms-container-full input[type=submit]:active, div.wpforms-container-full button[type=submit]:hover, div.wpforms-container-full button[type=submit]:active, div.wpforms-container-full .wpforms-page-button:hover, div.wpforms-container-full .wpforms-page-button:active {
    background: linear-gradient(0deg, rgba(0,0,0,0.2), rgba(0,0,0,0.2)),#0d0d0d;
}

div.wpforms-container-full input[type=submit]:focus:after, div.wpforms-container-full button[type=submit]:focus:after, div.wpforms-container-full .wpforms-page-button:focus:after {
    content: "";
    position: absolute;
    border: 2px solid #000000;
    border-radius: calc( var(--wpforms-button-border-radius) + 2px);
    top: -4px;
    right: -4px;
    bottom: -4px;
    left: -4px;
}

h1 {
	font-family: "ApfelGrotezk" !important;
	font-size: 60px;
}

i.fa.fa-fw.fa-bars {
    color: black;
}

.lastrowimfreien2 {
	display: none;
}


@media (max-width: 1900px) and (min-width: 1280px) {
	
	#g-feature .g-container {
    width: 100%;
}
	
	#myVideo {
		min-height: 475px !important;
	}

.text_top {
    padding-top: 15px;
    max-width: 580px;
	margin-right: 50px;
}
	
}

@media only all and (min-width: 75rem) {
.gp_banner3 .gp_content {
	width: 100% !important;
}
}

@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
.gp_banner3 .gp_content {
	width: 100% !important;
}
}

@media only all and (min-width: 30.01rem) and (max-width: 79.99rem) {
    .g-container {
        width: 100%;
    }
}

@media (max-width: 768px) {

	
	.outline-ueber_5r5 .g-block.size-50.image_top1 {
        padding-right: 5px;
        padding-left: 5px;
		padding-bottom: 25px;
    }
	
	    .g-block.size-50.text_top2.text_top_fix.weteam {
        padding: 25px 25px !important;
    }
	
	.title {
    font-size: 65px !important;
	}

  .lastrowimfreien div {
    flex: 1 0 100%;
    max-width: 100%;
  }
	

  .row_with_3 div {
    flex: 1 0 100%;
    max-width: 425px;
	  margin: 0 auto;
  }
	
	.dot {
		display: none;
	}
	
}

@media (max-width: 1280px) and (min-width: 960px) {
.logo {
    display: block;
    float: left;
    padding-left: 50px;
}
	
	#g-header .g-container {
    width: 100% !important;
}
	
	.menu1 {
    justify-content: flex-start;
    display: flex;
    padding-left: 40px;
    margin-top: -30px !important;
}
	
	.text_home {
    padding-left: 50px;
}
	
	.image_top1 img {
    float: none;
    margin: 50px auto;
    display: flex;
}
	
	.row_with_3 {
    padding: 15px;
    display: flex;
    gap: 2%;
}
	
	.lastrowimfreien2 {
		display: flex;
	}

	h6 {
    font-size: 26px;
    padding-left: 7px;
    padding-right: 7px;
    letter-spacing: -0.4px;
}

}

@media (max-width: 480px) {
	.title {
		font-size: 44px !important;
		font-weight: 500;
	} 
	
	.g-block.size-40.logo {
    padding-left: 40px;
    padding-right: 5px;
    margin-top: -18px;
	margin-bottom: -10px;
}
}



@media (max-width: 1325px) and (min-width: 1280px) {
	.footer_menu {
	width: 90%;
}
}

@media (max-width: 1281px) and (min-width: 1280px) {
    .menu1 {
        padding-left: 4px !important;
        margin-top: 38px !important;
    }
}

@media (max-width: 1279px) and (min-width: 1080px) {
.nomargin .g-content {
    margin: 0 !IMPORTANT;
    padding: 0 !important;
    justify-content: center;
    display: flex;
    flex-direction: column;
    padding-left: 29% !important;
    padding-right: 29% !important;
}
}

@media (max-width: 1079px) and (min-width: 800px) {
.nomargin .g-content {
    margin: 0 !IMPORTANT;
    padding: 0 !important;
    justify-content: center;
    display: flex;
    flex-direction: column;
    padding-left: 10% !important;
    padding-right: 10% !important;
}
	
	.nomargin img {
    max-width: 559px;
}
	
	.g-block.size-41.nomargin {
    max-width: 800px;
    display: flex;
    margin: 0 auto;
}
}

@media (max-width: 1279px) and (min-width: 800px) {
	
.g-block.size-30.slidewizzy {
    max-width: 800px;
    justify-content: center;
    margin: 0 auto;
}
	
	.image_top1 img {
    max-width: 780px;
}
}

@media (max-width: 1080px) and (min-width: 481px) { 
	#g-subfeature h3 {
    font-size: 32px;
    line-height: 36px;
}
}

@media (max-width: 1080px) and (min-width: 481px) {
	h2.pinline {
		width: 95%;
	}
}


@media (max-width: 1080px) and (min-width: 880px) {
	.text_top {
		padding-left: 50px;
	}
}

@media (max-width: 879px) {
	.text_top {
		padding-left: 25px;
	}
	
	.g-flushed .gp_imagegallery5 .gp_content {
    padding: 25px !important;
}
}

@media (max-width: 767px) and (min-width: 481px) {
a.logo_head {
        margin-bottom: -75px;
        padding: 0 25px;
        justify-content: center;
        margin-top: -41px;
    }
	
	.text_top {
		margin-right: 25px;
	}
}

@media (max-width: 959px) and (min-width: 768px) {
	.menu1 {
    justify-content: flex-start;
		margin-top: -25px;
}
	.logo_head img {
		padding-left: 10px;
	}
	
	#g-header {
    padding-left: 45px;
}
	
	.image_top1 {
    display: flex;
    justify-content: center;
}
	.image_top1 img {
    padding-top: 25px;
}
}

@media (max-width: 1280px) {
	
	.g-flushed .gp_imagegallery5 .gp_content {
    padding: 50px !important;
    margin-left: 0px;
}
	
	.spacer2 {
		display: none;
	}
	.mobile_hide {
		font-size: 0 !important;
		 margin-bottom: -160px;
    
	}
	
	video#myVideo {
    margin-bottom: 0px;
}
}

@media (max-width: 480px) and (min-width: 300px) {
	
		    #g-subfeature h3 {
        font-size: 24px;
				text-decoration: underline;
	}
	
	.shoutout h3 {
		text-decoration: none !important;
	}
	
	.footer_menu {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    flex-direction: column;
}
	
	section#g-feature, .startslidetext, .text_top {
    font-size: 19px;
}
	
	
	

.logo_head img {
    padding-left: 15px;
    padding-right: 15px;
}

.menu1 {
    margin-top: -20px !important;
}

.title {
        font-size: 32px !important;
        font-weight: 500;
    }

.subtitle {
    font-size: 22px;
    padding-left: 5px;
	padding-right: 5px;
}

h2.pinline {
	width: 100%;
}

.nomargin .g-content {
    padding: 0 10px !important;
}

h6 {
	font-size: 24px !important;
}

.g-flushed .gp_imagegallery5 .gp_content {
    padding: 50px 10px !important;
}

h3 {
    font-size: 32px;
    line-height: 36px;
}

.g-block.size-50.text_top.text_home {
    padding: 0 10px;
    max-width: 100% !important;
    margin-right: 0;
}
	
	.gp_banner3 .gp_inner {
    padding: 0 10px !important;
}

	.dot {
		display: none;
	}
	
	.spacer {
		display: none;
	}
}

@media (max-width: 799px) and (min-width: 481px) {
	
	.g-block.size-41.nomargin {
    max-width: 560px;
    margin: 0 auto;
}

video {
    display: flex;
    margin: 0 auto;
}
	
	video#myVideo {
		max-width: 100% !important;
	}

.nomargin .g-content {
    width: 100%;
    justify-content: center;
    display: flex;
    flex-direction: column;
	    padding: 0 25px !important;
}

	.nomargin img {
    max-width: 100%;
    margin: 0 auto;
}
	
}

@media (max-width: 600px) {
	    video#myVideo {
        min-height: auto !important;
    }
}


@media (max-width: 1650px) and (min-width: 1280px) {

.text_top_long2 {
    max-width: 600px !important;
}
		.text_top_fix {
		padding-right: 50px;
	}
}


@media (max-width: 1279px) {
	
	.g-block.size-50.image_pad_left {
    order: 2;
}
	
.g-block.size-50.text_top2.text_top_fix.weteam {
    order: 1;
    padding: 25px 50px;
}
	
	.member {
		justify-content: center;
	}
	
	.member .g-content {
    min-width: 340px;
    text-align: left;
	}
	
	.image_pad_left img {
    float: none;
    padding-right: 5px;
    padding-left: 5px;
    margin: 0 auto;
    display: flex;
}
	

.g-block.size-50.crew_pics img {
    max-height: 500px;
    padding-top: 30px;
    float: none;
    padding-right: 0;
    margin: 0 auto;
    display: flex;
}

.g-block.size-50.crew_pics {
    padding-left: 0;
	padding-bottom: 50px;
}
	.image_top2 img {
    float: none;
    padding-right: 0;
    margin: 0 auto;
    display: block;
}
	
	.g-block.size-50.text_top2.text_top_fix {
    padding: 0 25px;
}


}

@media (max-width: 480px) {
	
	.member .g-content {
    min-width: 300px;
	}

.g-block.size-50.text_top_long2 {
    font-size: 19px;
    padding-right: 15px;
}

.text_top2 {
	font-size: 19px;
	padding: 0 25px;
}
	
.g-block.size-50.text_top.text_home {
        padding: 0 25px;

}
	
.image_top2 img {
    float: none;
    padding-right: 0;
}
}