/*
Theme Name: Mathe Zuhause
Theme URI: https://mathezuhause.judith-rademacher.de
Author: realmaker (Michael Rademacher)
Author URI: http://www.realmaker.de/
Description: Theme für Mathe Zuhause
Version: 1.0
*/
@charset "UTF-8";
/* CSS Document */
/* Baloo Thambi 2-300 - latin */
/* baloo-thambi-2-regular - latin */
@font-face {
  font-family: 'Baloo Thambi 2';
  font-style: normal;
  font-weight: 400;
  src: url('assets/fonts/baloo-thambi-2-v1-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Baloo Thambi 2 Regular'), local('BalooThambi2-Regular'),
       url('assets/fonts/baloo-thambi-2-v1-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('assets/fonts/baloo-thambi-2-v1-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('assets/fonts/baloo-thambi-2-v1-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('assets/fonts/baloo-thambi-2-v1-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('assets/fonts/baloo-thambi-2-v1-latin-regular.svg#BalooThambi2') format('svg'); /* Legacy iOS */
}
/* baloo-thambi-2-500 - latin */
@font-face {
  font-family: 'Baloo Thambi 2';
  font-style: normal;
  font-weight: 500;
  src: url('assets/fonts/baloo-thambi-2-v1-latin-500.eot'); /* IE9 Compat Modes */
  src: local('Baloo Thambi 2 Medium'), local('BalooThambi2-Medium'),
       url('assets/fonts/baloo-thambi-2-v1-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('assets/fonts/baloo-thambi-2-v1-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('assets/fonts/baloo-thambi-2-v1-latin-500.woff') format('woff'), /* Modern Browsers */
       url('assets/fonts/baloo-thambi-2-v1-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('assets/fonts/baloo-thambi-2-v1-latin-500.svg#BalooThambi2') format('svg'); /* Legacy iOS */
}
/* baloo-thambi-2-600 - latin */
@font-face {
  font-family: 'Baloo Thambi 2';
  font-style: normal;
  font-weight: 600;
  src: url('assets/fonts/baloo-thambi-2-v1-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Baloo Thambi 2 SemiBold'), local('BalooThambi2-SemiBold'),
       url('assets/fonts/baloo-thambi-2-v1-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('assets/fonts/baloo-thambi-2-v1-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('assets/fonts/baloo-thambi-2-v1-latin-600.woff') format('woff'), /* Modern Browsers */
       url('assets/fonts/baloo-thambi-2-v1-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('assets/fonts/baloo-thambi-2-v1-latin-600.svg#BalooThambi2') format('svg'); /* Legacy iOS */
}
/* baloo-thambi-2-700 - latin */
@font-face {
  font-family: 'Baloo Thambi 2';
  font-style: normal;
  font-weight: 700;
  src: url('assets/fonts/baloo-thambi-2-v1-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Baloo Thambi 2 Bold'), local('BalooThambi2-Bold'),
       url('assets/fonts/baloo-thambi-2-v1-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('assets/fonts/baloo-thambi-2-v1-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('assets/fonts/baloo-thambi-2-v1-latin-700.woff') format('woff'), /* Modern Browsers */
       url('assets/fonts/baloo-thambi-2-v1-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('assets/fonts/baloo-thambi-2-v1-latin-700.svg#BalooThambi2') format('svg'); /* Legacy iOS */
}
/* baloo-thambi-2-800 - latin */
@font-face {
  font-family: 'Baloo Thambi 2';
  font-style: normal;
  font-weight: 800;
  src: url('assets/fonts/baloo-thambi-2-v1-latin-800.eot'); /* IE9 Compat Modes */
  src: local('Baloo Thambi 2 ExtraBold'), local('BalooThambi2-ExtraBold'),
       url('assets/fonts/baloo-thambi-2-v1-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('assets/fonts/baloo-thambi-2-v1-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('assets/fonts/baloo-thambi-2-v1-latin-800.woff') format('woff'), /* Modern Browsers */
       url('assets/fonts/baloo-thambi-2-v1-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('assets/fonts/baloo-thambi-2-v1-latin-800.svg#BalooThambi2') format('svg'); /* Legacy iOS */
}

/*  CSS Reset Hack  */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, del, dfn, em, font, img, ins, kbd, q, s, samp, acronym, address, big, cite, code, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

body {
  font-size: 100%;
}

html {
  font-size: 1em;
}

::selection {
  color: #fff;
  background: #00a3d9; /* WebKit/Blink Browsers */
}
::-moz-selection {
  color: #fff;
  background: #00a3d9; /* Gecko Browsers */
}

caption, blockquote:after, q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}
* {
  margin: 0;
  padding: 0;
}
header, nav, section, article, aside, figure, footer {
  display: block;
}
.clear {
  clear: both;
}
ul, li, img {
  margin: 0;
  padding: 0;
  border: none;
}

body, html {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Baloo Thambi 2', sans-serif;
  font-weight: 400;
  color: #000000;
  background-color: #ffffff;
}

.jumbotron {
	margin-bottom: 0;
	background-color: transparent !important;
}


main {
	margin-bottom: 3.5rem;
  margin-top: 2rem;
}

/* Allgemein */

h1 {
  font-size: 1.5rem;
  line-height: 1.875rem;
  font-weight: 600;
  color: #000;
  padding: 0 0 0rem 0;
  position: relative;
  margin-bottom: 1.5rem;
}

h2 {
margin: 0rem 0 1rem 0;
  font-size: 1.375rem;
  color: #000;
  padding: 0 0 0rem 0;
  font-weight: 500;
  /*color: #2ca9eb;*/
}

header {
	display: block;
    background-color:  #2ca9eb;
	
}

header .jumbotron.headerbottom {
	background-color: #7EB7D7 !important;
	-webkit-box-shadow: -4px 11px 11px -8px rgba(0,0,0,0.3);
	-moz-box-shadow: -4px 11px 11px -8px rgba(0,0,0,0.3);
	box-shadow: -4px 11px 11px -8px rgba(0,0,0,0.3);
	position: relative;
	z-index: 10;
	height: 46px;
}

header .jumbotron #logo h2 {
	font-size: 1.75rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.4px;
	margin-bottom: 0;
	line-height: 1.875rem;
}
header .jumbotron #logo a {
	text-decoration: none;
	color: #000;
}


h3 {
  font-size: 1.325rem;
  line-height: 1.75rem;
  font-weight: 500;
  color: #000;
  padding: 0rem 0 0rem 0;
  margin: 2rem 0 1.5rem 0;
}
h3 a {
	text-decoration: none;
}
h4 {
   font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  color: #000;
 padding: 0rem 0 0rem 0;
  margin: 1rem 0 0.75rem 0;
}
h5 {
   font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 600;
  color: #000;
 padding: 0rem 0 0rem 0;
  margin: 0.75rem 0 0.5rem 0;
}

p {
  font-size: 1.25rem;
  font-family: 'Baloo Thambi 2', sans-serif;
  line-height: 1.5em;
  font-weight: 400;
  padding-bottom: 1.5rem;
}

ul, ol {
  font-size: 1.25rem;
  line-height: 1.5em;
  font-weight: normal;
  margin-left: 1rem;
  margin-bottom: 1.5rem;
}

b, strong {

  font-weight: bold;
  font-style: normal;
}
a {
	color: #000000;
	text-decoration: underline;
}
footer a {
	color: #fff;
}
a:visited, a:active {
    color: #000000;
  text-decoration: underline;
}
a:hover {
  color: #000000;
}
.clear {
  clear: both;
}

.wp-caption-text {
  background-color: #7EB7D7;
  color: #fff;
  margin: 0;
  padding: 5px;
  margin-bottom: 1rem;
  font-style: italic;
  font-weight: 200;
}

.wp-caption-text a {
	color: #fff;
	font-style: italic;
	text-decoration: underline;
}

img {
  padding: 0;
  margin: 0;
}
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignleft {
	float: left;
}

img.alignright {
	float: right;
}

.jumbotron {
  padding: 0;
  background-color: #fff;
}

hr {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #00a3d9;
  border-image: none;
  border-right: 0 none;
  border-style: solid none none;
  border-width: 1px 0 0;
  margin-bottom: 26px;
  margin-top: 0px;

}

.inhalt .google-maps {
    position: relative;
    padding-bottom: 50%; // This is the aspect ratio
    height: 0;
    width: 100%;
    overflow: hidden;
}

footer .google-maps {
    position: relative;
    padding-bottom: 35%; // This is the aspect ratio
    height: 0;
    width: 100%;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.google-maps {
    position: relative;
    padding-bottom: 25.6%; // This is the aspect ratio
    height: 0;
    width: 100%;
    overflow: hidden;
}

input, textarea {
  border: 1px solid #7EB7D7;
}

textarea {
  height: 120px;
}

input[type=text], textarea, input[type=tel], input[type=email] {
  width: 70%;
}

@media (min-width: 600px) {
input[type=text], textarea, input[type=tel], input[type=email] {
  width: 50%;
}
}

input[type=text], input[type=tel], input[type=email], input[type=date], textarea {
  padding: 3px 7px;
  line-height: 1.5rem;
  margin-bottom: 0.5rem;
}


input:focus, input:hover, textarea:hover, textarea:focus {
  border: 1px solid #518FB2;
}

input[type=submit] {
  padding: 5px 10px;
}

label {
  font-weight: normal !important;
}

span.wpcf7-acceptance {
	font-size: 1rem;
	line-height: 1.25rem;
}

.alignleft {
  float: left;
  padding-right: 10px;
}

.alignright {
  float: right;
  padding-left: 10px;
}

.clear {
	clear: both;
}

#mobile-header {
  display: none;
  float: left;
  margin: 1rem 0px 1rem 1rem;
  font-size: 1.25rem;
  line-height: 3.125rem;
  position: relative;
  z-index: 1000;
}
#mobile-header a {
  color: #000;
  font-size: 1rem;
  padding: 0 15px;
  line-height: 2rem;
  text-decoration: none;
  background-color: #fff;
  display: block;
}
#mobile-header a:hover {
  text-decoration: underline;
}

/* Navigation */
header #top-nav {
	margin-top: 3px;
}

#top-nav {
	float: left;
}
#top-nav ul {
  list-style-type: none;
  margin-left: 0px;
  padding-top: 47px;


}
#top-nav ul.sub-menu {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	position: absolute;
	width: max-content;
	min-width:-moz-max-content;
	white-space: nowrap;

}
#top-nav ul li {
  position: relative;

  height: 2.1875rem;
  line-height: 2.1875rem;


  float: left;

}

#top-nav ul li.current_page_item li, #top-nav ul li.current_page_parent li {

  display: inline-block;
  height: 2.1875rem;
  line-height: 2.1875rem;


  float: left;
}

#top-nav ul li.current_page_item, #top-nav ul li.current_page_parent, #top-nav ul li.current_page_ancestor {
	height: auto;
	min-height: 2.1875rem;
}
#top-nav ul li a {
	padding-left: 0px;
	padding-right: 3.75rem;
font-family: 'Baloo Thambi 2', sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  color: #fff;
 /* font-weight: bold;*/
  line-height: 2.1875rem;
  text-decoration: none;
  transition: all 0.02s linear;
  -moz-transition: all 0.02s linear;    /* FF3.7+ */
  -o-transition: all 0.02s linear;      /* Opera 10.5 */
  -webkit-transition: all 0.02s linear; /* Saf3.2+, Chrome */
  padding-top: 6px;
  padding-bottom: 20px;
}

#top-nav ul li.wpml-ls-menu-item a {
	font-size: 0.875rem;
	margin-left: -2.3125rem;
}

#top-nav ul li.wpml-ls-menu-item {
	margin-top: 1px;
}

#top-nav ul li.current_page_item li, #top-nav ul li li.current_page_item, #top-nav ul li li.current_menu_item, #top-nav ul li.current-menu-parent li, #top-nav ul li.current_page_parent li, #top-nav ul li.current_page_ancestor li {
	height: auto !important;
}

#top-nav ul li a:hover, #top-nav ul li.current-menu-item a, #top-nav ul li.current_page_parent a, #top-nav ul li.current-menu-parent > a {
  color: #fff;
  text-decoration: underline;
    transition: all 0.02s linear;
  -moz-transition: all 0.02s linear;    /* FF3.7+ */
  -o-transition: all 0.02s linear;      /* Opera 10.5 */
  -webkit-transition: all 0.02s linear; /* Saf3.2+, Chrome */
/*  font-weight: bold;*/
}

ul.sub-menu:hover + a {
  /*color: #00a3d9;*/
}


#top-nav ul li:hover > ul {
  /*these 2 styles are very important,
  being the ones which make the drop-down to appear on hover */
  visibility: visible;
  opacity: 1;
}
#top-nav ul ul, #top-nav ul ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  /*the next 2 styles are very important,
  being the ones which make the drop-down to stay hidden */
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: 99999;
  min-width: 100%;
  background: #fff;
}
#top-nav ul ul {
  top: 42px;
  left: -20px;
  padding: 6px 0 6px;
  display: none;
}

#top-nav ul:hover ul {
  display: block;

}

/* Elternelement bei hover Ã¼ber Child aktivieren !!!*/
#menu-hauptmenue > li:hover > a {
  color: #2ca9eb;
    transition: all 0.02s linear;
  -moz-transition: all 0.02s linear;    /* FF3.7+ */
  -o-transition: all 0.02s linear;      /* Opera 10.5 */
  -webkit-transition: all 0.02s linear; /* Saf3.2+, Chrome */
/*  font-weight: bold;*/

}

#top-nav ul ul li ul {
  top: 0;
  left: 181px; /* strong related to width:180px; from above */
}
#top-nav ul ul li {
  clear: both;
  width: 100%;
  border: 0 none;
}
#top-nav ul ul li a, #top-nav ul li.current-menu-item ul a, #top-nav ul li.current_page_parent ul a {
  background: none;
  padding: 0px 20px;
  color: #000;
  text-decoration: none;
  display: inline-block;
  border: 0 none;
  float: left;
  clear: both;
  width: 100%;
  display: block;
  height: auto;
  line-height: 38px;
  font-size: 1rem;

}
#top-nav ul ul li a:hover, #top-nav ul li ul li.current-menu-item a {
  color: #2ca9eb;
  
}
#submenu ul {
  list-style-type: none;
  padding: 0;
}
#submenu ul li a {
  color: #00234b;
  font-size: 0.875em;
  padding-bottom: 1rem;
  text-decoration: none;
}
#submenu ul li a:hover, #submenu ul li.current-menu-item a, #submenu ul li.current_page_item a {
  font-weight: normal;
  font-style: normal;
}

header .logo {
	margin-bottom: 0;
	padding: 0;
	position: relative;
	padding-bottom: 13px;
	float: right;
}

header  .logo a {
	display: inline-block;
  padding-top: 33px;
  padding-bottom: 0rem;
  float: right;
}


header  .logo a img {
	width: 300px;
	max-width: 100%;
  height: auto;
}


@media only screen and (max-width: 991px) {
  nav#top-nav {
   display: none;	
 }
 #mobile-header {
  display: block;
}
#submenu {
  display: none;
}
header .logo a img {
	width: 150px;
}
header  .logo a {
	padding-top: 1rem;
}

}

header .menu {
	margin-bottom: 0;
	padding: 0;
	float: left;
  text-align: center;
}

header .menu ul ul {
  text-align: left;
}

footer {
	background-color: #696969;
	font-size: 1.0625rem;
	color: #fff;
	-webkit-box-shadow: -4px 11px 23px -8px rgba(0,0,0,0.58);
	-moz-box-shadow: -4px 11px 23px -8px rgba(0,0,0,0.58);
	box-shadow: -4px 11px 23px -8px rgba(0,0,0,0.58);
	position: relative;
	padding-bottom: 44px;
}

footer span#copyright {
	font-size: 0.825rem;
	font-weight: 400;
	line-height: 5rem;
	color: #fff;
	float: left;
}

footer nav#footer-nav ul {
	list-style-type: none;
	float: right;

}

footer nav#footer-nav ul li {
	float :left;

}

footer nav#footer-nav ul li a {
	font-size: 0.825rem;
	font-weight: 400;
	line-height: 5rem;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	padding-left: 1rem;
}

footer nav#footer-nav ul li:nth-child(2):before, footer nav#footer-nav ul li:nth-child(3):before, footer nav#footer-nav ul li:nth-child(4):before {
	content: "l";
	padding-left: 1rem;
}

footer nav#footer-nav ul li a:hover, footer nav#footer-nav ul li a:focus {
	text-decoration: underline;
}



#scrollup {
 	position: fixed;
 	bottom: 0px;
 	right: 30px;
 	z-index: 2000;
 }

 #scrollup a, #scrollup a:focus {
 	width: 40px;
 	height: 30px;
 	position: relative;
 	display: block;
 	background-color: rgba(54,54,54,0.7);
 	outline: none;
 	border-top-left-radius: 8px;
 	border-top-right-radius: 8px;
 	-webkit-transition: background-color 200ms ease-out 0s;
 	-moz-transition: background-color 200ms ease-out 0s;
 	-o-transition: background-color 200ms ease-out 0s;
 	transition: background-color 200ms ease-out 0s;
 }

 #scrollup a:hover {
 	background-color: rgba(105,105,105,1);
 	-webkit-transition: background-color 200ms ease-out 0s;
 	-moz-transition: background-color 200ms ease-out 0s;
 	-o-transition: background-color 200ms ease-out 0s;
 	transition: background-color 200ms ease-out 0s;
 }

 #scrollup a:after {
 	content: "";
 	position: absolute;
 	width: 0;
 	height: 0;
 	top: 8px;
 	left: 8px;
 	border-left: 12px solid transparent;
 	border-right: 12px solid transparent;
 	border-bottom: 12px solid #ffffff;
 }

#sidr-id-btnClose {
	width: 100%;
	display: block;
	height: 48px;
	line-height: 48px;
	padding: 0rem 15px;
	cursor: pointer;
	font-size: 1.5rem;
	font-weight: 700;
}


form#loginform {
  padding: 1.5rem 1rem;
  background-color: #f4f4f4;
  border: 1px dotted #666666;
  margin-bottom: 4rem;
}

form#loginform label[for=user_login],  form#loginform label[for=user_pass]{
  width: 160px;
}

input, textarea {
  border: 1px solid #cccccc;
}

form#loginform textarea {
  height: 120px;
}

form#loginform input[type=text], form#loginform textarea, form#loginform input[type=tel], form#loginform input[type=email], form#loginform input[type=password] {
  width: 200px;
    padding: 3px 7px;
  line-height: 1.5rem;
  text-align: left;
  margin: 0;
}

.left {
  float: left;
}
.right {
  float: right;
}

header .userheader {
  font-size: 0.825rem;
  padding: 0.125rem 0;
  background-color: #000 !important;
  border-radius: 0 !important;
}

header .userheader, header .userheader a {
  color: #fff;
}

span.strecke {
  border-top: 1px solid #000;
}

.mathezuhause_block {
  margin-bottom: 2rem;
}

.mathezuhause_block .formel {
  font-size: 48px;
}


.tab-content {
  padding: 1rem 2rem;
}

.downloadelement a {
    padding: 0.75rem 1rem;
  color: #fff;
  /*border: 1px solid #000;*/
  background-color: #2ca9eb;
  margin-bottom: 1px;
  color: #fff;
  font-weight: normal;
  text-decoration: none;
  display: block;
  font-size: 1.25rem;
}

.downloadelement a:hover {
  text-decoration: underline;
}

.modulelement {
  position: relative;
}

.modulelement:after {
  content: "";
  position: absolute;
  top: 7px;
  right: 1rem;
  color: #fff;
  font-size: 1.75rem;
  width: 2rem;
  text-align: center;
  font-family: "Font Awesome 5 Pro"; 
  font-weight: 400; 
}

.modulelement.info:after {
  content: "\f05a";
}

.modulelement.lösung:after {
  content: "\f672";
}

.modulelement.hefteintrag:after {
  content: "\f040";
}
.modulelement.quiz:after {
  content: "\f128";
}
.modulelement.arbeitsblatt:after {
  content: "\f15c";
}
.modulelement.film:after {
  content: "\f008";
}
.modulelement.fragen:after {
  content: "\f128";
}
.modulelement.aufgaben:after {
  content: "\f5dc";
}
.modulelement.beispiel:after {
  content: "\f640"; 
}

.modulelement a, .elementelement a {
  color: #fff;
  font-weight: normal;
  text-decoration: none;
    padding: 0.75rem 1rem;
  color: #fff;
  /*border: 1px solid #000;*/
  background-color: #2ca9eb;
  margin-bottom: 1px;
  display: block;
  font-size: 1.25rem;
}

.modulelement a:hover, .elementelement a:hover {
  text-decoration: underline;
}

.qsm-contact-type-text {
  display: none;
}

.walker {
  margin-top: 1.5rem;
}

.walker a {
  padding: 0.5rem 1rem;
  background-color: #2ca9eb;
  color: #ffF;
  text-decoration: none;
  font-size: 1.25rem;
}

.walker a:hover {
  text-decoration: underline;
}

.kommentare {
  margin-top: 3rem;
}

.kommentare a {
  text-decoration: none;
}

.offene-elemente, .beendete-elemente {
  margin-bottom: 3rem;
}

.beendete-elemente .elementelement a, .modulelement.done a {
  background-color: #17ce1c;
}

/* ## Comments
--------------------------------------------- */
.comment-respond,
.entry-pings,
.entry-comments {
    color: #444;
    padding: 20px 45px 40px 45px;
    border: 1px solid #ccc;
    overflow: hidden;
    background: #f4f4f4;
    border-left: 4px solid #444;
}
.entry-comments h3{
    font-size: 30px;
    margin-bottom: 30px;
}
.comment-respond h3,
.entry-pings h3{
    font-size: 20px;
    margin-bottom: 30px;
}
.comment-respond {
    padding-bottom: 5%;
    margin: 20px 1px 20px 1px;
        border-left: none !important;
}
.comment-header {
    color: #adaeb3;
    font-size: 14px;
    margin-bottom: 20px;
}
.comment-header cite a {
    border: none;
    font-style: normal;
    font-size: 16px;
    font-weight: bold;
}
.comment-header .comment-meta a {
    border: none;
    color: #adaeb3;
}
.comment-body {
  margin-bottom: 1.5rem;
}
li.comment {
    background-color: #fff;
    border-right: none;
    margin-bottom: 1.5rem;
}
.comment-meta a {
  font-size: 1rem;
}
.comment-content {
    clear: both;
    overflow: hidden;
}
.comment-list li {
    font-size: 14px;
    padding: 20px 30px 20px 50px;
}
.comment-list .children {
    margin-top: 40px;
    border: 1px solid #ccc;
}
.comment-list li li {
    background-color: #f5f5f6;
}
.comment-list li li li {
    background-color: #fff;
}
.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
    width: 50%;
}
.comment-respond label {
    display: block;
    margin-right: 12px;
}
.entry-comments .comment-author {
    margin-bottom: 0;
    position: relative;
}
.entry-comments .comment-author img {
    border-radius: 50%;
    border: 5px solid #fff;
    left: -80px;
    top: -5px;
    position: absolute;
    width: 60px;
}
.entry-pings .reply {
    display: none;
}
.bypostauthor {
}
.form-allowed-tags {
    background-color: #f5f5f5;
    font-size: 16px;
    padding: 24px;
}
.comment-reply-link{
    cursor: pointer;
    background-color: #444;
    border: none;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1px;
    padding: 4px 10px 4px;
    text-transform: uppercase;
    width: auto;
}
.comment-reply-link:hover{
    color: #fff;
}
.comment-notes{
    display:none;   
}

a.zuruckzurubersicht {
  color: #fff;
  background-color: #696969;
  padding: 0.25rem 0.5rem;
  margin-bottom: 0.5rem;
  text-decoration: none;
  display: inline-block;
}

/*.header-nav {
  margin-bottom: 0.5rem;
}*/

.nav-tabs a.nav-link:visited, .nav-tabs a.nav-link:active, .nav-tabs a.nav-link {
  text-decoration: none;
}


[class^="wp-block-"] {
    width: 100%;
    max-width: 1400px;
    padding: 0 25px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 3rem;
}

[class^="wp-block-"].alignwide {
    width: 100%;
    max-width: 1800px;
    padding: 0 25px;
    margin-right: auto;
    margin-left: auto;
}

[class^="wp-block-"].alignfull {
    width: 100%;
    max-width: 100%;
    padding: 0 25px;
    margin-right: auto;
    margin-left: auto;
}

.wp-block-group__inner-container {
  margin-bottom: 0;
}

.wp-block-group__inner-container::after {
  content: ".";
  clear: both;
   display: block;
    visibility: hidden;
    height: 0px;
}

.wp-block-group {
  padding: 25px;
}

.wp-block-image {
  width: auto !important;
  max-width: inherit !important;
  margin-left: 0;
  margin-right: 0;
}

.wp-block-image img {
  width: auto;
  height: auto;
}

.wp-block-image::after {
  content: ".";
  clear: both;
   display: block;
    visibility: hidden;
    height: 0px;
}

.wp-block-cover .wp-block-cover__inner-container {
  margin-bottom: 0;
}

.wp-block-cover .wp-block-cover__inner-container p {
  padding-bottom: 0;
}

.postid-4689, .postid-4705 {
  background-color: #efefef;
}