@charset "UTF-8";
/* CSS Document

* Theme Name: radomski UG
* Theme URI: http://www.
* Description: Responsive
* Author: Max Radomski / Pixxlab
* Author URI:
* Version: 1.0.0
*/

@import url(css/normalize.min.css);
@import url(css/main.css);


/* ===================
    Headings
   =================== */


.h4shortslogan {color: rgba(0,104,145,1); margin-top: 10px;}
.h4topabstand {margin-top: 50px;}
.impressumh4 h4 { margin: 35px 0 15px 0 !important; }

a {
	color: rgb(238, 162, 85);
	font-weight: 900;
	text-decoration: none;
	-webkit-transition: all 0.5s;
  transition: all 0.3s;
}
a:visited { color: rgb(238, 162, 85); }
a:hover { color: rgba(95,55,110,1); text-decoration: none; outline: none; }
a:focus { color: rgba(95,55,110,1); outline: none; }
a:active { color: rgba(95,55,110,1); outline: none; }

p:nth-of-type(2),
p:nth-of-type(3),
p:nth-of-type(4),
p:nth-of-type(5),
p:nth-of-type(6),
p:nth-of-type(7),
p:nth-of-type(8),
p:nth-of-type(9),
p:nth-of-type(10),
p:nth-of-type(11) {
  margin: 15px 0 0 0;
}




.glyphicon {
  position: relative;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-circle-arrow-right::before {
	content:"\e131";
    margin: 0 5px;
	position: relative;
    top: 2px;
}
.glyphicon-circle-arrow-left::before {
	content:"\e132";
    margin: 0 5px;
	position: relative;
    top: 2px;
}

/* ===================
    ALL: radomski UG Theme
   =================== */

@font-face {
  font-family: 'Nunito';
  src: url('/fonts/NunitoSans.ttf') format('truetype');
  font-style: normal;
}



h1, .main article h1 {
	font-weight: 500;
	font-size: 50px;
	line-height: 50px;
	color: rgba(95,55,110,1);
	margin: 0 0 15px 0;
}

h2 {
	font-weight: 100;
	font-size: 35px;
	line-height: 35px;
	color: rgba(95,55,110,1);
	margin: 0 0 75px 0;
}

h3, .teaser p {
	font-weight: 100;
	font-size: 20px;
	line-height: 26px;
	color: rgba(95,55,110,1);
	margin: 0;
  hyphens: auto;
}

h4 {
	font-size: 50px;
  margin: 0 0 50px 0;
  line-height: 50px;
  text-align: center;
  padding: 0 10%;
  font-weight: 500;
  color: rgba(95,55,110,1);
}


p {
  font-size: 18px;
  line-height: 24px;
  color: rgba(95,55,110,1);
  margin: 0;
}


* {
	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}
html {
	height: 100%;
}
body {
	font-family: 'Nunito', sans-serif;
	font-weight: 100;
  font-size: 14px;
	line-height: 22px;
	letter-spacing: 1px;
	height: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
	color: #000;

  background: rgba(95,55,110,1);
}

.wrapper {
	position: relative;
  margin: 0 auto;
	width: 1400px;
}

.space-between {
  justify-content: space-between;
}

.space-right {
  justify-content: right;
}

.bottom75 {
  margin-bottom: 75px !important;
}

.justifyend {
  justify-content: end;
}

.websiteheader {
	position: relative;
	width: 100vw;
	height: 85vh;
	overflow: visible;
}

.websiteheader.noheaderimage {
  height: 35vh;
  background: white;
}

.menu-button {
  background: red;
  width: 75px;
  height: 75px;
  position: fixed;
  z-index: 1;
  top: 100px;
  left: calc( ((100vw - 1400px) / 2) - 85px );
}

.menu-button img {
	width: 100%;
}

.radomski-logo {
	position: absolute;
	width: 450px;
	height: 300px;
	background: rgba(95,55,110,1);
	bottom: -75px; 
	right: calc( (100vw - 1400px) / 2 );
	z-index: 1 !important;

	display: flex;
	justify-content: center;
	align-items: center;
}

.logo img {
	width: 350px;
	height: auto; 
}

.movingfont {
	position: absolute;
  bottom: 0;
  background: rgba(248,177,94,1);
  width: 100%;
  height: 150px;
  overflow: hidden;
  white-space: nowrap;
}

.track {
	display: inline-flex;
	animation: marquee 60s linear infinite;
}

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.track span {
	font-family: 'Nunito', sans-serif;
  font-weight: 900;
  padding-right: 50px;
  line-height: 175px;
  font-size: 130px;
  color: rgba(238,162,85,1);
  letter-spacing: -5px;
}

.open {
  position: absolute;
  text-align: right;
  bottom: -60px;
  right: 60px;
}

.openclose {
  width: 50px;
  position: absolute;
  top: 3px;
  right: -60px;
}

.opentext {
  margin-top: 2px;
}

.opentext p {
	color: rgba(95,55,110,1);
  font-size: 18px;
  line-height: 30px;
  margin-top: 1px;

}

.opentext p:first-of-type {
	font-weight: 900;
  margin-bottom: -5px;
}

	.headerimage {
		position: fixed;
		display: flex;
		width: 100%;
		height: calc(85vh - 150px);
}

	.headerimage img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}


.trenner-links {
  background-image: url("img/bg-icons-gelb.png");
  background-attachment: fixed;
  background-size: cover;
  width: calc(50% + ((100vw - 1400px) /2));
  position: relative;
  height: 150px;
  left: calc((100vw - 1400px) / -2);
  margin: 100px 0 50px 0;
}

.trenner-links img {
  position: absolute;
  width: 75px !important;
  right: -38px;
  top: 38px;
  box-shadow: -5px 5px 3px rgba(0,0,0,0.25);
}


.trenner-rechts {
  background-image: url("img/bg-icons-gelb.png");
  background-attachment: fixed;
  background-size: cover;
  width: calc(50% + ((100vw - 1400px) / 2));
  position: relative;
  height: 150px;
  left: 700px;
  margin: 100px 0 50px 0;
}

.trenner-rechts img {
  position: absolute;
  width: 75px !important;
  left: -38px;
  top: 38px;
  box-shadow: 5px 5px 3px rgba(0,0,0,0.25);
}


.pre-footer {
	position: relative;
	background-image: url("img/bg-icons-lila.png");
	background-attachment: fixed;
	background-size: cover;
	height: 200px;
	width: 100%;
} 

.footer-container {
	position: relative;
	background: rgba(95,55,110,1);
	padding-bottom: 100px;
}

.footer-container p {
	color: rgba(248,177,94,1);
}

.footer-teaser {
	display: flex;
	color: rgba(248,177,94,1);
}

.teaser-content {
	width: 20%;
	color: rgba(248,177,94,1);
	padding: 100px 0;
}

.footer-container h6 {
  font-size: 30px;
  margin: 0 0 25px 0;
  font-weight: 100;
}

.teaser-content ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.teaser-content li {
	color: rgba(248,177,94,1);
}

.footer-kontakt {
  position: absolute;
  right: calc((100vw - 1100px) / 2);
  background: rgba(248,177,94,1);
  z-index: 1;
  top: -75px;
  text-align: right;
  padding: 50px;
  color: rgba(95,55,110,1);
  font-size: 18px;
  line-height: 26px;
}


.pakete .wp-block-column figure img {
  width: 50px;
  margin-bottom: 25px;
} 

.pakete .wp-block-column {
  position: relative;
}

.pakete h6 {
  position: absolute;
  top: -41px;
  left: 60px;
  color: rgba(248,177,94,1);
  font-weight: 100;
  font-size: 30px;  
}

.pakete p {
  hyphens: auto;
  padding: 0 50px 0 0;
  font-size: 16px;
  line-height: 22px;
}

.spacer-bottom {
	margin: 0 0 100px 0 !important;
}

.entwederoder {
	position: relative;
}

.entwederoder figure img {
	width: 50px;
	margin-bottom: 25px;
}

.entwederoder h6 {
  position: absolute;
  top: -40px;
  left: 60px;
  color: rgba(248,177,94,1);
  font-weight: 100;
  font-size: 30px; 
}

.entwederoder p {
  padding: 0 60px 0 0;
  font-size: 16px;
  line-height: 24px;
  color: rgba(95,55,110,1);
}






.teaser p:nth-of-type(2),
.teaser p:nth-of-type(3)
 {
  margin-top: 15px;
}







.wp-block-button__link.wp-element-button {
	border: none;
	border-radius: 0;
  margin: 50px 0 0 0;
  margin-left: 0px;
  font-weight: 400;
  font-size: 20px;
  color: rgb(95, 55, 110);
  background: rgb(248, 177, 94);
  box-shadow: -5px 5px 0 0 rgb(95, 55, 110);
  margin-left: 5px;
}

.wp-block-button__link.wp-element-button:hover {
  background: rgb(238, 162, 85);
  box-shadow: -7px 7px 0 0 rgb(95, 55, 110);
}





















.main-container {
	padding: 150px 0 200px 0;
	position: relative;
	background: #fff;
	/* background: linear-gradient(left, #eee 0%, #fff 50%, #eee 100%);
	background: -moz-linear-gradient(left, #eee 0%, #fff 50%, #eee 100%);
	background: -webkit-linear-gradient(left, #eee 0%, #fff 50%, #eee 100%);
	background: -ms-linear-gradient(left, #eee 0%, #fff 50%, #eee 100%);
	background: -o-linear-gradient(left, #eee 0%, #fff 50%, #eee 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#eee, endColorstr=#eee,GradientType=1); */
}


.wp-block-columns {
	margin-bottom: 0 !important;
}

/* Margin Abstände der einzelnen Blöcke */
.uns-margin-normal {
	margin-top: 150px !important;
	margin-bottom: 150px !important;
}

.header-netzwerk {
	background: grey;
	width: 100%;
	height: 35vh;
	display: block;
	position: fixed;
	background-image: url("https://netzwerk-straubing.de/wp-content/uploads/2022/10/UNS-Unternehmer-Netzwerk-Straubing-Netzwerkhintergund.jpg");
	background-size: cover;
	background-position: center;
}

.header-nw-content {
	position: relative;
	display: grid;
	height: 100%;
}

#nw-logo {
	display: grid;
	place-items: center;
}

#nw-logo img {
	width: 400px;
}



#frontpagesize .header-netzwerk {
	height: 100vh;
}

#frontpagesize .nav-container {
	margin-top: 100vh;
}

#frontpagesize #nw-logo img {
	width: 500px;
}


/* Netzwerk Hintergrund, Effekt Overlay */

.netzwerk-overlay {
  position: relative;
  width: 100vw;
  left: calc((100vw - 1200px) / -2);
  padding: 0 calc((100vw - 1200px) / 2);
	background-image: url("https://netzwerk-straubing.de/wp-content/uploads/2022/10/UNS-Unternehmer-Netzwerk-Straubing-Netzwerkhintergund.jpg");
	background-size: cover;
	background-attachment: fixed;
	box-shadow: inset 0px 0px 10px rgba(0,0,0,0.5);
	z-index: 0;
	padding-top: 150px !important;
	padding-bottom: 150px !important;
}

.netzwerk-overlay::after {
position: absolute;
width: 100%;
height: 100%;
content: "";
background: linear-gradient(45deg, rgba(0,104,145,0.7) 0%, rgba(165,149,37,0.7) 100%);
left: 0;
top: 0;
z-index: -1;
}

.netzwerk-overlay h2, .netzwerk-overlay h3 {
	color: #fff;
}

.nw-overlay-aktuelles {
  background: rgba(255,255,255,0.8);
	box-shadow: 0 0 3px rgba(0,0,0,0.4);
	padding: 65px 25px 40px 25px !important;
	margin: 0 !important;
	position: relative;
}

.nw-overlay-kalender {
  background: rgba(0,104,145,0.8);
  box-shadow: 0 0 3px rgba(0,0,0,0.5);
  padding: 20px !important;
	color: #fff;
}

.nw-overlay-kalender a,
.nw-overlay-kalender a:visited,
.nw-overlay-kalender a:hover,
.nw-overlay-kalender a:focus,
.nw-overlay-kalender a:active {
	color: #fff !important;
}

/* Aktuelles, Übersicht BLogbeiträge */

.neustebeitraege-uns li {
	padding: 10px;
	border: 2px solid rgba(165,149,37,1);
}

.neustebeitraege-uns .attachment-thumbnail.size-thumbnail.wp-post-image {
  width: 250px !important;
  position: relative;
  margin-bottom: 20px;
}

.neustebeitraege-uns .wp-block-latest-posts__post-title {
  font-size: 24px;
}



/* Aktuelles, letzter Blogbeitrag, Newsmodul */

#frontpagesize .wp-block-latest-posts__featured-image {
  float: left;
  margin-right: 15px;
}

#frontpagesize .wp-block-latest-posts__post-title {
  position: absolute;
  top: 25px;
  left: 25px;
  font-size: 20px;
  font-family: roboto mono;
  font-weight: 700;
  letter-spacing: 0px;
	color: rgba(0,104,145,1);
}

#frontpagesize .wp-block-latest-posts__post-title:hover {
	color: rgba(0,75,100,1);
}

#frontpagesize .alle-beitraege a {
  background: rgba(0,104,145,1);
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 50px);
  height: 50px;
  margin: 0 25px 25px 25px;
  font-weight: 700;
	font-size: 16px;
	box-shadow: 0 0 3px rgba(0,0,0,0.5);
}

#frontpagesize .alle-beitraege a:hover {
	background: rgba(0,75,100,1);
	box-shadow: 0 0 6px rgba(0,0,0,0.35);
}


#frontpagesize .wp-block-latest-posts__post-date {
  position: absolute;
  top: 48px;
  left: 25px;
  color: rgba(0,0,0,0.5);
}

#frontpagesize .wp-block-latest-posts__post-date::before {
  content: "Blogbeitrag vom ";
}

/* Single Blog, Blogbeitrag, Einzelner Blogbeitrag */

.single-blogcontent {
	margin: 0 0 50px 0;
}

.uns-beitragsbild {
  padding: 0 17.5% 50px 17.5%;
}

.uns-margin-singleblog {
	margin-top: 25px !important;
	margin-bottom: 50px !important;
}


/* Events Calendar Pro Style Widgets */

.tribe-events-widget .tribe-events-widget-events-list__view-more {
	display: none;
}

.tribe-events-widget-events-list__event-datetime-recurring-link,
.tribe-events .tribe-events-calendar-series-archive__container {
	display: none !important;
}



.next-fruehstueck .tribe-events-widget .tribe-events-widget-events-list__event-datetime-wrapper {
	display: none;
}

.next-fruehstueck .tribe-events-widget-events-list__event-details {
	display: none;
}

.tribe-common-g-row.tribe-events-widget-events-list__event-row {
  border: 1px solid rgba(165,149,37,1);
	margin-bottom: 10px;
}

.nw-overlay-kalender h3 a {
	color: #fff !important;
	font-size: 20px;
	letter-spacing: 0;
}

.nw-overlay-kalender h3 a:hover {
	color: rgba(165,149,37,1) !important;
}

.tribe-events-widget .tribe-events-widget-events-list__event-date-tag-datetime {
  display: flex;
  flex-direction: column-reverse !important;
  height: 100%;
  text-align: center;
  background: rgba(165,149,37,1);
  font-size: 16px;
  font-weight: 700;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.tribe-events-widget-events-list__event-date-tag-daynum.tribe-common-h2.tribe-common-h4--min-medium::after {
  content: ".";
  margin-left: -6px;
}

.tribe-events-widget-events-list__event-datetime {
  top: 8px !important;
	position: relative;
	color: rgba(255,255,255,0.5);
}

.tribe-events-widget-events-list__event-title.tribe-common-h7 {
  margin-top: -10px !important;
}

.tribe-common-b2.tribe-events-widget-events-list__event-venue {
  position: relative;
  bottom: 10px;
}

.tribe-common-b2--bold.tribe-common-anchor-thin.tribe-events-widget-events-list__event-venue-name {
  color: rgba(255,255,255,0.5);
  font-weight: 300;
}

.tribe-events-widget-events-list__event-datetime::after {
  content: "Uhr";
}

.tribe-common.tribe-events.tribe-events-view.tribe-events-view--widget-events-list.tribe-events-widget {
  margin-bottom: 0;
}

/* Nächster Termin Frühstück anzeigen Sonderformatierung */

.next-fruehstueck .tribe-events-widget .tribe-events-widget-events-list__event-date-tag-datetime {
  flex-direction: row-reverse !important;
  font-size: 30px;
  margin-right: 0;
  color: #fff;
  background: none;
  font-family: roboto mono;
  margin-top: 12px;
  text-align: right;
	justify-content: right;
	margin-right: 40px;
}

.next-fruehstueck .tribe-common-g-row.tribe-events-widget-events-list__event-row {
  border: none;
}

.next-fruehstueck .tribe-events-widget .tribe-events-widget-events-list__event-date-tag {
  flex: none;
  position: relative;
  width: 100%;
}

.next-fruehstueck .tribe-events-widget-events-list__event-date-tag-daynum.tribe-common-h2.tribe-common-h4--min-medium::after {
  content: ".";
  margin-left: -20px;
}

.next-fruehstueck .tribe-events-widget-events-list__event-date-tag-daynum.tribe-common-h2.tribe-common-h4--min-medium::before {
  content: "Fr,";
}

/* Nächstes Frühstück, Kreis */

.next-frueh-kreis {
  width: 300px;
  height: 300px;
  position: absolute;
  right: 0;
  top: 200px;
  background: linear-gradient(45deg, rgb(167, 151, 38) 0%, rgb(206, 188, 66) 100%);
  border-radius: 50%;
	box-shadow: 0 0 3px rgba(0,0,0,0.5);
}

.frueh-anmelden a {
  background: rgba(0,104,145,1);
  bottom: 40px;
  left: -30px;
  position: absolute;
  box-shadow: 0 0 3px rgba(0,0,0,0.5);
	font-size: 16px;
	font-weight: 700;
	height: 50px;
}

.frueh-anmelden a:hover {
	background: rgba(0,75,100,1);
	box-shadow: 0 0 6px rgba(0,0,0,0.35);
}

.next-termin {
  text-align: right;
  font-size: 20px;
  font-weight: 300;
  font-family: Roboto mono;
  color: #fff;
  position: relative;
  margin-top: 80px;
  letter-spacing: -1px;
  margin-right: 40px;
  line-height: 30px;
}


/* Unternhemen, Logos, Personen, Mitgliedsunternehmen */

.uns-unternehmen {
  border: 3px solid rgba(165,149,37,1);
}

.uns-unternehmen::before {
  content: "";
  position: absolute;
  width: 98%;
  height: 97%;
  background: rgba(165,149,37,0.74);
  left: 1%;
  top: 1.5%;
	opacity: 0;
	transition: all 0.25s;
}

.uns-unternehmen:hover::before {
	opacity:1;
}


.unternehmen-einzel img {
	width: 135px !important;
}

.unternehmen-person {
  position: absolute;
  bottom: 60px;
  left: 150px;
  font-size: 20px;
  color: rgb(0, 104, 145);
  font-family: Roboto mono;
  letter-spacing: 0px;
}

.unternehmen-person::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 2px;
  background: rgba(165, 149, 37, 0.75);
  left: 0;
  bottom: -6px;
}

.unternehmen-firma {
  position: absolute;
  left: 150px;
  bottom: 30px;
  color: rgb(165, 149, 37);
  font-weight: 300;
  font-family: Roboto mono;
  font-size: 18px;
  letter-spacing: -0.5px;
}

.unternehmen-logo {
  position: absolute;
  z-index: 10;
  bottom: -150%;
  left: 20%;
  width: 60%;
	box-shadow: 0 0 6px rgba(0,0,0,0.5);
	transition: all 0.4s;
}

.uns-unternehmen:hover .unternehmen-logo {
	bottom: 15%;
}

/* ===================
    Nav
   =================== */

nav {
	width: 100%;
}

.menu-hauptmenue-container {

/* MENU RIGHT + MENU LEFT */

	position: relative;


/* MENU CENTER */

		/* position: relative;
		float: right;
		text-align: center;
		right: 50%;
*/
}

.menu-hauptmenue-container #menu-hauptmenue {

/* MENU RIGHT */

	/* 	position: relative;
		float: right;
	*/

/* MENU LEFT */

	position: relative;
	float: left;


/* MENU CENTER */

		/* position: relative;
		left: 50%; */

}

.nav-container nav li {
	display: block;
	float: left;
	line-height: 50px; /* this should be the same as your #main-nav height */
	height: 50px; /* this should be the same as your #main-nav height */
	margin: 0; /* only needed if you don't have a reset */
	padding: 0;
	position: relative; /* this is needed in order to position sub menus */
}
.nav-container nav li:last-child {
	padding: 0px;
}
.nav-container nav li a	{
	font-weight: 400;
	font-size: 16px;
	display: block;
	height: 60px;
	line-height: 60px;
	padding: 0px 15px;
	width: auto;
	background: transparent;
	color: #fff;
	margin: 0;
}
.nav-container nav a:visited { color: #fff; }
.nav-container nav a:hover { color: #fff; text-decoration: none; outline: none; }
.nav-container nav a:focus { color: #fff; outline: none; }
.nav-container nav a:active { color: #fff; outline: none; }
.nav-container nav .current-menu-item a, .nav-container nav .current_page_item a, .nav-container nav a:hover {
color: #fff; /* background: rgb(165,149,37); */ }


.__mPS2id._mPS2id-h.mPS2id-highlight,
.nav-container nav a:hover,
.nav-container nav .current-menu-item a {
  background: rgb(165,149,37);
}

#frontpagesize .nav-container nav .current-menu-item a{
	background: rgba(165,149,37,0);
}
#frontpagesize .__mPS2id._mPS2id-h.mPS2id-highlight {
	background: rgba(165,149,37,1);
}


/* ===================
    Header
   =================== */

/* Header Logo */
#logo {
    position: relative;
}
#logo img {
	width: auto;
}


/* ===================
    Main
   =================== */

.main img {
	width: 100%;
	height: auto;
}
.technik img {
	width: auto !important;
}
.main {
	padding: 0;
}
.main article {
	width: 100%;
	float: none;
	padding: 0px;
}
/* Main width 70%
.main article {
	width: 70%;
	float: left;
	padding: 0 30px 0 0;
}
*/
.main aside {
    float: right;
    width: 30%;
	color: #5f5f5f;
	padding: 0;
}

/* Quicklinks */

/* Aktuelles */
.beitrag {
    margin-bottom: 30px;
    padding: 0 15px;
}
.beitrag:last-child {
    margin-bottom: 0px;
}
.date {
    font-size: 12px;
    font-style: italic;
    margin-bottom: 15px;
}
.entry-thumbnail {
    float: left;
    margin-right: 15px;
}

/*-- Form --*/
.wpcf7 {
	width: 100%;
	float: left;
}
#wpcf7-f4-p55-o1 {
	margin-right: 10%;
}
input, select, textarea {
  background-color: rgba(255,255,255,0.75);
	letter-spacing: 1px;
	border: none;
  color: #000;
  padding: 15px;
	margin: 5px 0;
	width: 100%;
	box-shadow: 0 0 3px rgba(0,0,0,0.5);
}
.wpcf7-form p {
	padding: 0px;
	font-weight: 300;
}
span.wpcf7-form-control-wrap {
    margin: 0px;
    position: relative;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  background: rgba(0,104,145,1);
  border: 0 none;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 15px;
	width: 100%;
	border-left: none;
	transition: all 0.4s;
}

input[type="submit"]:hover {
	background: rgba(0,75,100,1);
	box-shadow: 0 0 6px rgba(0,0,0,0.35);
}






#btn {
    border-left: none;
}
.wpcf7-submit {
    clear: both;
    display: table;
    margin: 30px auto 0;
}
#goog-wm-qt, #goog-wm-sb {
	margin-top: 15px;
}
.ajax-loader {
    width: auto !important;
}

.wpcf7-spinner {
	position: absolute !important;
}

.wpcf7-list-item {
	margin: 0 !important;
}

.formular-datenschutz {
	color: #fff;
	font-size: 14px;
}

.formular-first input {
	margin-top: 0;
}

/* Eventlisting Eventliste Eventkalender */

.wpem-main.wpem-event-listings-header {
	display: none !important;
}

.tribe-common-b2.tribe-events-widget-events-list__event-cost {
  display: none !important;
}


/* ===================
    Footer
   =================== */

.mitglieder-backlinks {
	   position: relative;
	   width: 65%;
	   float: left;
	 }

.footer-menu {
	   position: absolute;
		 bottom: 0;
		 right: 0;
		 width: 35%;
	 }

nav.mitgliederlinks a {
	   float: none;
	   background: none;
	   text-align: left;
	   margin: 0;
	   padding: 3px 0;
	   font-size: 14px;
	   color: rgba(255,255,255,0.5);
	   font-weight: 300;
		 width: auto;
	 }

	 nav.mitgliederlinks a:hover {
	 	   color: rgba(255,255,255,1);
	 	   font-weight: 300;
	 	 }



.footer-menu a {
  float: right;
	width: auto;
  background: rgb(0, 104, 145);
  padding: 5px 15px;
  color: #fff;
  font-weight: 300;
  box-shadow: 0 0 3px rgba(0,0,0,0.5);
}

.footer-menu a:hover {
	background: rgb(0, 75, 100);
	box-shadow: 0 0 6px rgba(0,0,0,0.35);
}


/* .menu-footermenue-container {

/* MENU RIGHT + MENU LEFT */

	/*	position: relative;
	*/

/* MENU CENTER

		position: relative;
		float: right;
		text-align: center;
		right: 50%;

}

.menu-footermenue-container #menu-footermenue {

/* MENU RIGHT */

	/* 	position: relative;
		float: right;
	*/

/* MENU LEFT */

	/*	position: relative;
		float: left;
	*/

/* MENU CENTER */
/*
		position: relative;
		left: 50%;

}

/* MENU LEFT + MENU RIGHT

footer nav li:first-child a {
	padding-left: 0;
}

footer nav li:last-child a {
	padding-right: 0;
}

*/
/*
.footer-container footer {
    padding: 0;
}

/* .footer-container footer nav {
  float: right;
  width: auto;
	margin-top: 20px;
	padding: 20px 0px 0 0px;
}
footer nav li {
	display: block;
	float: left;
	position: relative; } /* this is needed in order to position sub menus */

/*
footer nav li a	{
	display: block;
	height: auto;
	line-height: 12px;
	padding: 0 20px;
	font-size: 12px;
	font-weight: 700;
	width: auto;
	background: none;
	color: #fff;
	margin: 0;
}
footer nav a:visited { color: #fff; }
footer nav a:hover { color: #000; text-decoration: none; outline: none; }
footer nav a:focus { color: #000; outline: none; }
footer nav a:active { color: #000; outline: none; }
footer nav .current-menu-item a, footer nav .current_page_item a, footer nav a:hover {
	color: #000;
	background: none;
} */
footer nav ul ul { /* this targets all sub menus */
	position: relative;
}
footer nav ul ul li { /* this targets all submenu items */
	float: none; /* overwriting our float up above */
	height: 24px;
}
footer nav ul ul li a { /* target all sub menu item links */
	padding: 5px; /* give our sub menu links a nice button feel */
	width: 120px;
	font-weight: 400;
}
footer nav .current-menu-item a, .footer nav .current_page_item a, .footer nav a:hover {
	color: #fff !important;}





/* Tribe Events, Events Calendar Pro Single Page Einzelseite Ein Event, Eine Veranstaltung */

#tribe-events-pg-template {
  max-width: 1200px !important;
  margin: 150px 0 !important;
  padding: 0 !important;
}

#tribe-events-content {
	/* background: red; */
	position: relative;
}

.tribe-events-series-relationship-marker, .tribe-events-series-relationship-single-marker {
	display: none !important;
}


/* Tribe Events, List, Veranstaltungen Übersicht aller Veranstaltungen Eventübersicht */

.tribe-common-l-container, .tribe-events-l-container {
	padding: 0 !important;
}

.headline-listveranstaltungen {
	margin-bottom: 50px !important;
}

.tribe-events-calendar-list__month-separator {
  background: rgba(0,104,145,1);
  color: #fff;
  font-weight: 500;
  padding: 10px 25px !important;
	margin-top: 50px !important;
}

.tribe-common-g-row.tribe-events-calendar-list__event-row {
  padding: 15px !important;
  margin: 10px 0 !important;
  border: 2px solid rgb(165,149,37);
}

.tribe-events-calendar-list__event-details.tribe-common-g-col {
  width: 100% !important;
}

.tribe-events-calendar-list__event-date-tag.tribe-common-g-col {
  background: rgb(165,149,37);
  padding: 0 !important;
  margin-left: -15px;
  margin-top: -15px;
  margin-bottom: -15px;
}

.tribe-events .tribe-events-calendar-list__event-date-tag-datetime {
  align-content: center;
  justify-content: center;
	font-size: 25px;
	line-height: 35px;
	color: #fff;
}

.tribe-events-calendar-list__event-title.tribe-common-h6.tribe-common-h4--min-medium {
  font-size: 25px;
  margin-top: -5px;
}

.tribe-events-calendar-list__event-title-link.tribe-common-anchor-thin {
	color: rgb(165,149,37) !important;
}

/* Tribe Events Tickets, Ticket-Checkout */

.entry .entry-content .event-tickets .tribe-tickets__attendee__fields__footer_checkout-button.tribe-common-c-btn, .entry .entry-content .event-tickets .tribe-tickets__tickets-buy.tribe-common-c-btn, .event-tickets .tribe-tickets__attendee__fields__footer_checkout-button.tribe-common-c-btn, .event-tickets .tribe-tickets__tickets-buy.tribe-common-c-btn {
	background: rgba(0,104,145,1) !important;
	border-radius: 0px !important;
}

.tribe-events-cost {
	font-weight: bold;
	color: rgba(0,104,145,1);
	font-size: 20px;
}

#tribe-tickets__tickets-form {
  border-radius: 0px !important;
  border: 2px solid rgb(165,149,37) !important;
	background: rgba(165,149,37,0.1) !important;
}

.entry .entry-content .event-tickets .tribe-tickets__tickets-item, .event-tickets .tribe-tickets__tickets-item {
	border: none !important;
}

.entry .entry-content .event-tickets .tribe-tickets__tickets-footer, .event-tickets .tribe-tickets__tickets-footer {
	border-top: 2px solid rgb(165,149,37) !important;
}

.event-tickets .tribe-tickets__commerce-checkout-header-link-back-to-event, .event-tickets .tribe-tickets__commerce-checkout-header-link-back-to-event:focus, .event-tickets .tribe-tickets__commerce-checkout-header-link-back-to-event:hover, .event-tickets .tribe-tickets__commerce-checkout-header-link-back-to-event:visited, .event-tickets .tribe-tickets__commerce-checkout-header-link-modify-attendees, .event-tickets .tribe-tickets__commerce-checkout-header-link-modify-attendees:focus, .event-tickets .tribe-tickets__commerce-checkout-header-link-modify-attendees:hover, .event-tickets .tribe-tickets__commerce-checkout-header-link-modify-attendees:visited, .tribe-common .tribe-tickets__commerce-checkout-header-link-back-to-event, .tribe-common .tribe-tickets__commerce-checkout-header-link-back-to-event:focus, .tribe-common .tribe-tickets__commerce-checkout-header-link-back-to-event:hover, .tribe-common .tribe-tickets__commerce-checkout-header-link-back-to-event:visited {
		color: rgba(0,104,145,1) !important;
}








/* ===================
    Responsive
   =================== */

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


.wrapper {
	width: 1100px;
	}

.main-container {
  padding: 150px 0;
}


h1, .main article h1 {
  font-size: 46px;
  line-height: 46px;
  margin: 0 0 10px 0;
}

h2 {
  font-size: 34px;
  line-height: 34px;
}

h4 {
  font-size: 46px;
  line-height: 46px;
  padding: 0 20%;
  font-weight: 500;
}

h6, .pakete h6 {
  font-size: 28px;
  line-height: 34px;
}

.radomski-logo {
  right: 2vw;
}

.teaser p {
  font-size: 18px;
  line-height: 24px;
}

.wp-block-button__link.wp-element-button {
  margin: 25px 0 0 0;
  font-size: 18px;
  font-weight: 100; 
}

.trenner-links {
  width: calc(50% + ((100vw - 1100px) /2));
  left: calc((100vw - 1100px) / -2); 
} 

.trenner-rechts {
  width: calc(50% + ((100vw - 1100px) / 2));
  left: 550px;
}



}



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

.wrapper {
  width: 100%;
  padding: 0 2%;
}

.trenner-links {
  width: 50vw;
  left: -2vw;
  height: 100px;
}

.trenner-rechts {
  width: 50vw;
  left: 48vw;
  height: 100px;
}

.trenner-links img {
  width: 60px !important;
  right: -30px;
  top: 20px;
  box-shadow: -3px 3px 3px rgba(0,0,0,0.25);
}

.trenner-rechts img { 
  width: 60px !important;
  left: -30px;
  top: 20px;
  box-shadow: -3px 3px 3px rgba(0,0,0,0.25);
}

.footer-kontakt {
  position: absolute;
  right: 2%;
}



}


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

h1, .main article h1 {
  font-size: 36px;
  line-height: 36px;
}

h2 {
  font-size: 24px;
  line-height: 24px;
}

h4 {
  font-size: 36px;
  line-height: 36px;
}

.headerimage {
  height: calc(85vh - 100px);
}

.movingfont {
  height: 100px;
}

.track span {
  line-height: 120px;
  font-size: 100px;
}

.radomski-logo {
  width: 300px;
  height: 200px;
  bottom: -50px;
  right: 2vw;
}

.logo img {
  width: 250px;
}

.websiteheader {
  height: 70vh;
}

.opentext p {
  font-size: 16px;
  line-height: 24px;
  margin-top: 3px;
  text-align: right;
}

.openclose {
  width: 40px;
  right: -49px;
  top: 4px;
}

.open {
  bottom: -51px;
  right: 49px;
}



}



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

h1, .main article h1 {
  font-size: 30px;
  line-height: 36px;
  padding: 0 10% 0 7.5%;
  margin-bottom: 4px;
}

h2 {
  font-size: 20px;
  line-height: 26px;
  padding: 0 10% 0 7.5%;
}

h4 {
    font-size: 30px;
    line-height: 36px;
    padding: 0 10%;
    margin: 0 0 25px 0;
  }

  .main-container {
    padding: 150px 0 50px 0;
  }

.trenner-rechts, .trenner-links {
  margin: 75px 0 25px 0;
}

.teaser p {
  text-align: left;
  padding: 0 10% 0 7.5%;
}

.wp-block-buttons {
  margin-left: 7.5%;
}

.justifyend {
  justify-content: start;
}

.pakete p {
  padding: 0 10% 0 7.5%;
}

.pakete .wp-block-column figure img {
  width: 40px;
  margin-bottom: 15px;
  margin-left: 7.5%;
}

 .pakete h6 {
    font-size: 24px;
    line-height: 30px;
    top: -38px;
    left: calc( 7.5% + 40px + 10px);
  }

.spacer-bottom {
  margin: 0;
}

.mobile-spacer {
  margin-bottom: 50px !important;
}

.spacer-bottom {
  margin: 0 0 0 0 !important;
}

.pre-footer {
  height: auto;
}

.footer-kontakt {
    position: relative;
    width: 100%;
    left: 0;
    text-align: left;
    font-size: 16px;
    line-height: 20px;
    top: 0;
  }

.footer-teaser {
  flex-direction: column;
}

.teaser-content {
  width: 100%;
  padding: 25px 0;
  text-align: center;
}

.footer-container h6 {
  margin: 0 0 10px 0;
}

.footer-container p {
  text-align: center;
  margin-top: 50px;
  padding: 0 15%;
}
 

}





/* TERMINBUCHUNG UMAMI */

.isa-theme.light.light-grey.app-loaded {
  background: #fff !important;
} 

.max-w-4xl {
  max-width: 100% !important;
}











