/* Style Sheet */
/* Kalibrierung der wichtigsten Abstände */

/*@import url("../genericons/genericons.css");*/
@import url("../genericons-neue-master/icon-font/Genericons-Neue.css");


/* source-sans-pro-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/source-sans-pro-v21-latin-300.eot'); /* IE9 Compat Modes */
  src: url('../fonts/source-sans-pro-v21-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/source-sans-pro-v21-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/source-sans-pro-v21-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/source-sans-pro-v21-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/source-sans-pro-v21-latin-300.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

/* source-sans-pro-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/source-sans-pro-v21-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/source-sans-pro-v21-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/source-sans-pro-v21-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/source-sans-pro-v21-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/source-sans-pro-v21-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/source-sans-pro-v21-latin-regular.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

/* source-sans-pro-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/source-sans-pro-v21-latin-600.eot'); /* IE9 Compat Modes */
  src: url('../fonts/source-sans-pro-v21-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/source-sans-pro-v21-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/source-sans-pro-v21-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/source-sans-pro-v21-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/source-sans-pro-v21-latin-600.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

/* source-sans-pro-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/source-sans-pro-v21-latin-700.eot'); /* IE9 Compat Modes */
  src: url('../fonts/source-sans-pro-v21-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/source-sans-pro-v21-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/source-sans-pro-v21-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/source-sans-pro-v21-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/source-sans-pro-v21-latin-700.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}







/* Allgemeine Selektoren */


* {
  -web-kit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  }





* { 
  padding: 0;
  margin: 0;
   scroll-behavior: smooth;
}


body {
  background: url(../images/background.gif);

  font-family: 'Source Sans Pro';
 font-weight: 400;
 font-style: normal;
  line-height: 1.5;


}


/* Styles für das Layout */

/* skiplinks */

ul.skiplinks {
  
  position: absolute;
  left: -9999px;
  top: -9999px;
  display: inline;
  width: 0;
  height: 0;
  z-index: 2000;
}

.tabmich:focus,
.tabmich:active {
  position: absolute;
  top: 9999px;
  left: 9999px;
  display: inline;
  width: 12em;
  height: auto;
  background-color: white;
  color: black;
  padding: 5px;
  border-right: 1px solid black;
}


/* banner logo */

p, ul, ol {
  margin: 0;
  padding: 0;
}

em {
  color: rgb(70,70,70);
}

#banner {
 width: 100%;
height: auto;
overflow: hidden;
background: white;

}

#banner-innen {
  width: 100%;
  height: auto;
  max-width: 1200px;

  margin-right: auto;
  margin-left: auto;
 
}


#logo {
  width: 20%;
  height: auto;
  overflow: hidden;
  float: left;
  padding: 20px;
}

#logo img {
  max-width: 100%;
  height: auto;
  display: block;
}

#banner-inhalt {
  width: 60%;
  height: auto;
  float: left;
  overflow: hidden;
}

#paddler {
  width: 20%;
  height: auto;
  float: left;
  
}

#paddler img {
  max-width: 100%;
  height: auto;
  display: block;
}


#oben {
  width: 100%;
  height: auto;
  overflow: hidden;
    padding-left: 5%;
  padding-top: 10px;
}

#kontakt-oben {
  width: 75%;
  height: auto;
  overflow: hidden;
  float: left;
 display: flex;
  align-items: center;
}

#kontakt-oben .banner-info,
#kontakt-oben .banner-info-1,
#kontakt-oben .banner-info-2 {
width: 100%;
  height: auto;
  overflow: hidden;
 /*float: left;*/
  font-size: 1.05rem;
  color: rgb(10,55,103);
 /*line-height: 45px;*/
 
}

#oben .banner-info-3,
#oben-mobil .banner-info-3 {
  width: 25%;
  height: auto;
  overflow: hidden;
   font-size: 1.05rem;
  color: rgb(10,55,103);
  float: right;
 padding-top: 3px;
}

.uk-offcanvas-bar .banner-info-3 {
  width: 100%;
  height: auto;
  overflow: hidden;
   font-size: 1.05rem;
  color: rgb(10,55,103);
  float: right;
 padding-top: 3px;
  padding-left: 30px;
}

#oben .banner-info-3 label.element-invisible,
#oben-mobil .banner-info-3 label.element-invisible,
.uk-offcanvas-bar .banner-info-3 label.element-invisible {
  display: none;
}

#oben div.mod_search335 input[type="search"],
#oben-mobil div.mod_search335 input[type="search"],
#oben div.mod_search350 input[type="search"],
#oben-mobil div.mod_search350 input[type="search"] {
  height: 30px;
}

.uk-offcanvas-bar div.mod_search351 input[type="search"] {
  height: 40px;
}

#oben input.button,
#oben-mobil input.button {
  width: auto;
height: 26px;
display: block;
margin-right: 5px;
float: left !important;
  
}

.uk-offcanvas-bar input.button {
  display: none;
}

#kontakt-oben .banner-info a,
#kontakt-oben .banner-info-3 a{
  color: rgb(10,55,103);
}

#kontakt-oben .banner-info a:hover,
#kontakt-oben .banner-info-3 a:hover {
  color: rgb(195,35,40);
  text-decoration: none;
  border-bottom: 1px solid rgb(195,35,40);
}

#kontakt-oben .banner-info svg,
#kontakt-oben .banner-info-1 svg {
  color: rgb(10,55,103);
 margin-right: 5px;
  margin-bottom: 3px;
}

#kontakt-oben .banner-info-2 svg {
  color: black;
}

#kontakt-oben .banner-info-3 img {
  width: 15px;
  height: auto;
  margin-right: 5px;
}


#slogan {
  width: 100%;
  height: auto;
overflow: hidden;
  display: block;
  padding-left: 5%;
 padding-top: 3%;
 
}

#slogan #titel {
  float: left;
}

#slogan h1 {
  text-align: right;
  font-size: 1.8rem;
  font-weight: 600;
  color: rgb(10,55,103);
  font-family: 'Source Sans Pro';
  line-height: 1.1;
  margin: 0;
}

#slogan h1 span {
  font-size: 1.4rem;
  font-weight: 400;
}



/* navigation */

#navigation-aussen {
  width: 100%;
  height: auto;
 
  background: rgb(52,76,153);
}

#navigation {
  width: 100%;
  height: auto;
  max-width: 1200px;
 
  margin-right: auto;
  margin-left: auto;

}

#navigation ul {
  margin: 0;
}

#navigation  ul li {
  width: 19.3%;
  height: auto;
  float: left;
  text-align: center;
 
  font-weight: 400;
  list-style-type: none;
  border-left:  1px solid white;
  border-right: 1px solid white;
}

#navigation ul li.item-101 {
  border-left: 2px solid white;
}
#navigation ul li.item-128 {
  border-right: 2px solid white;
}

#navigation  ul li.item-101,
#navigation  ul li.item-105,
#navigation  ul li.item-128 {
  width: 14%;
}

#navigation  ul li.item-103 a::after,
#navigation  ul li.item-105 a::after,
#navigation  ul li.item-108 a::after,
#navigation  ul li.item-106 a::after {

	content: '\f431';
        display: inline-block;
        -webkit-font-smoothing: antialiased;
        font: normal 16px 'Genericons-Neue';
        vertical-align: middle;
 padding-bottom: 3px;
  padding-left: 5px;
 
}

#navigation  ul li.item-103 a[aria-expanded="true"]:after,
#navigation  ul li.item-105 a[aria-expanded="true"]:after,
#navigation  ul li.item-108 a[aria-expanded="true"]:after,
#navigation  ul li.item-106 a[aria-expanded="true"]:after {

	content: '\f432';
        display: inline-block;
        -webkit-font-smoothing: antialiased;
        font: normal 16px 'Genericons-Neue';
        vertical-align: middle;
 padding-bottom: 3px;
  padding-left: 5px;
 
}





#navigation li a {
  text-decoration: none;
display: block;
color: white;

    font-size: 1.125rem;
  line-height: 2.5;
}

#navigation .uk-subnav > * {
  padding-left: 0px;
}




#navigation ul li a:hover,
#navigation ul li a:focus,
#navigation ul li.active a {
  box-shadow: 0px -7px 0 rgb(195,35,40);
   -webkit-box-shadow: 0px -7px 0 rgb(195,35,40);
   -moz-box-shadow: 0px -7px 0 rgb(195,35,40);
  background: white;
  color: rgb(10,55,103);
}


/*#navigation ul li a:focus,
#navigation ul li ul li a:focus{
  outline: 3px solid blue;
}*/


#navigation ul li ul li {
 clear: both;
 width: 100%;
display: block;
  height: auto;
   font-weight: 400;
  background: white;
  text-align: left; 
  
}

#navigation .uk-dropdown {
  padding: 0;
  margin-top: -10px;
}

#navigation ul li ul li a {
  color: rgb(10,55,103);
  line-height: 1.5;
   padding: 10px 20px 10px 20px;
   box-shadow: none !important;
   -webkit-box-shadow: none !important;
   -moz-box-shadow: none !important;
}

#navigation ul li ul li a::after {
  content: none !important;
}

#navigation ul li ul li a:hover,
#navigation ul li ul li a:focus,
#navigation ul li ul li.active a {
  box-shadow: none !important;
   -webkit-box-shadow: none !important;
   -moz-box-shadow: none !important;
  background: rgb(65,89,167);
  color: white;
}



/* bilder slider */

#slider {
  width: 100%;
  height: auto;
  overflow: hidden;

}




#slider img {
   max-width: 100%;
  height: auto;
  display: block;
}



/* content */


#breadcrumbs {
  width: 100%;
height: auto;
  display: block;
  margin-bottom: 20px;
  overflow: hidden;
}

#breadcrumbs ol {
  width: 100%;
  height: auto;
  display: block;  
  padding-left: 0;  
}

#breadcrumbs ol li {
  float: left;
  font-size: 0.95rem;
  color: rgb(70,70,70) !important;
  list-style-type: none;
 

}

#breadcrumbs li span {
   color: rgb(70,70,70); 
}

#breadcrumbs ol.breadcrumb li a span,
#breadcrumbs ol.breadcrumb li a {
  color: rgb(10,55,103); 
border-bottom: 1px solid rgb(10,55,103);
}

#breadcrumbs ol.breadcrumb li a span:hover,
#breadcrumbs ol.breadcrumb li a:hover {
  color: rgb(195,35,40); 
  border-bottom: 1px solid rgb(195,35,40);
}



.breadcrumb-item+.breadcrumb-item:before {
  
 	content: '\f452';
        display: inline-block;
        -webkit-font-smoothing: antialiased;
        font: normal 13px 'Genericons-Neue';
        vertical-align: middle;
  
  padding-left: 5px;

  color: rgb(65,89,167);
}

p.strong {
  font-weight: 600;
}


#content {
  width: 100%;
  max-width: 1200px;
  height: auto;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
background: white;
  margin-bottom: 40px;
  padding: 30px 20px 40px 20px;
}

#content #inhalt {
  width: 70%;
  height: auto;
  float: left;
  font-size: 1.125rem;
  color: rgb(70,70,70);
  font-weight: 400;
  line-height: 1.5;
 padding-right: 40px;
}


#content #inhalt h1,
#content #inhalt h2 {
  font-size: 1.6rem;
  color: rgb(10,55,103);
  font-weight: 600;
  line-height: 1.3;
    font-family: 'Source Sans Pro';
  margin: 0 0 15px 0;
}



#content a {
   color: rgb(10,55,103);
  text-decoration: none;
  border-bottom: 1px solid rgb(10,55,103);
}

#content a:hover {
  color: rgb(195,35,40);
  border-bottom: none;
}

#inhalt ul {
  padding-left: 20px;
}


/*
#inhalt ul li {
  list-style-type: none;
 
}*/




#content #seite {
  width: 30%;
  height: auto;
  overflow: hidden;
  float: left;
}

 #sponsoren {
  width: 100%;
   max-width: 1200px;
  height: auto;
  overflow: hidden;

   margin-right: auto;
   margin-left: auto;
}

#sponsoren-alles {
  width: 100%;
 
  height: auto;
  overflow: hidden;
 border-top: 1px solid rgb(10,55,103);
 
}

#sponsoren-alles p {
  font-size: 1.2rem;
  font-weight: 600;
  color: rgb(89,89,89);
  margin-left: 40px;
  margin-top: 20px;
}

#sponsoren-alles .sponsoren {
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
  align-items: center;
}

#sponsoren-alles .sponsoren-klein {
  width: 50%;
   height: auto;
  display: flex;
  overflow: hidden;
  align-items: center;
}

#sponsoren-alles .sponsoren .spon-img {
  width: auto;
  height: auto;
  display: block;
  padding: 0px 40px 20px 40px;
}

#sponsoren-alles .sponsoren .spon-img img {
  max-width: 100%;
  height: auto;
  display: block;
 
}

/* Beiträge */

#inhalt .startbeitrag .blog-item {
  background: white;
  padding-top: 0px;
  margin-top: 0px;
}

/*#inhalt .startbeitrag h2.item-title {
  display: none;
}*/

#inhalt .com-content-category-blog .startbeitrag .blog-item {
  background: rgb(238,241,245);
  padding-top: 20px;
  margin-top: 0px;
}

#inhalt .com-content-category-blog .startbeitrag h2.item-title {
  display: block;
   font-family: 'Source Sans Pro';
}

#inhalt p {
  margin: 0;
}


#inhalt .item-image {
  width: 40%;
  height: auto;
float: left;
  margin-right: 2%;
  padding-bottom: 10px;
  overflow: hidden;
}

#inhalt .sport-beitrag {
    padding: 20px;
  background: rgb(238,241,245);
  overflow: hidden;
  margin: 0px 0 30px 0;
  display: flex;
}

#inhalt .sport-text {
  width: 60%;
  height: auto;
  overflow: hidden;
  margin-right: 20px;
}

#inhalt .sport-text p {
  margin-bottom: 0;
}

#inhalt .sport-beitrag .sport-img {
  width: 40%;
  height: auto;
  overflow: hidden;
}


#inhalt .item-image img,
#inhalt .sport-beitrag img {
  max-width: 100%;
  height: auto;
  display: block; 
  
}

#inhalt figure.item-image {
  margin: 7px 20px 0px 0px;
}

#inhalt .blog-item {
  padding: 20px;
  background: rgb(238,241,245);
  overflow: hidden;
  margin: 0px 0 30px 0;
}

#inhalt figcaption.caption {
  width: 100%;
  font-size: 0.875rem;
  font-style: italic;
  margin-top: 3px;
}

#content #inhalt h2.beitrag {
color: rgb(10,55,103);
font-size: 1.3rem;
font-weight: 600;
background: rgb(177,202,241);
display: block;
padding: 10px 0 10px 20px;
  margin: 0 0 5px 0;
   font-family: 'Source Sans Pro';
}


#inhalt .uk-accordion-content.tab {
   background: rgb(238,241,245);
  color: rgb(70,70,70);
  padding: 10px 20px 10px 20px;
}


/* Pagination */

#content .pagination {
  margin-top: 20px;
  padding-left: 0;
 
  display: block;
  overflow: hidden;
 }

#content .pagination ol {
  padding-left: 0;
}

#content .pagination li {
  float: left;
  list-style-type: none;
  padding-right: 20px;
 }

#content .pagination li.previous a:before {
  content:"\2039" "\2039" " " " ";
}

#content .pagination li.next a:after {
   content:" " " " "\203A" "\203A" ;
}

#content .items-more ol li {
  list-style-type: none;
}

#content .items-more ol {
margin-bottom: 10px;
}

#content p a.external:after {
   content: '\f442';
        display: inline-block;
        -webkit-font-smoothing: antialiased;
        font: normal 20px 'Genericons-Neue';
        vertical-align: middle;
  margin-left: 5px;
}



/* Tabellen */

table {
  border-collapse: collapse;

}
 

.tabelle td p,
.tabelle-klein td p {
  margin-bottom: 0 !important;
}

.tabelle p strong,
.tabelle-klein p strong {
  font-weight: 600;
}

.tabelle table,
.tabelle-klein table {
  width: 100%;
  height: auto;
}



.tabelle td,
.tabelle-klein td {
  padding: 10px 20px 10px 20px;
 
}

.tabelle td.border {
  border-bottom: 5px solid white;
}

.tabelle thead.top tr {
     background: rgb(177,202,241);
 color: rgb(10,55,103); 
  font-size: 1.3rem;
}

.tabelle tr:nth-child(1),
.tabelle tr:nth-child(3),
.tabelle tr:nth-child(5),
.tabelle tr:nth-child(7),
.tabelle tr:nth-child(9),
.tabelle tr:nth-child(11),
.tabelle tr:nth-child(13) {
  background: rgb(238,241,245);
  color: rgb(70,70,70);
}


.tabelle-klein tr:nth-child(1),
.tabelle-klein tr:nth-child(3),
.tabelle-klein tr:nth-child(5),
.tabelle-klein tr:nth-child(7),
.tabelle-klein tr:nth-child(9),
.tabelle-klein tr:nth-child(11),
.tabelle-klein tr:nth-child(13) {
  background: rgb(238,241,245);
  color: rgb(70,70,70);
}


.tabelle tr:nth-child(2),
.tabelle tr:nth-child(4),
.tabelle tr:nth-child(6),
.tabelle tr:nth-child(8),
.tabelle tr:nth-child(10),
.tabelle tr:nth-child(12),
.tabelle tr:nth-child(14) {
    background: rgb(211,225,246);
  color: rgb(70,70,70);
}

.tabelle-klein tr:nth-child(2),
.tabelle-klein tr:nth-child(4),
.tabelle-klein tr:nth-child(6),
.tabelle-klein tr:nth-child(8),
.tabelle-klein tr:nth-child(10),
.tabelle-klein tr:nth-child(12),
.tabelle-klein tr:nth-child(14){
     background: rgb(211,225,246);
  color: rgb(70,70,70);
}



/* Akkordeon */

#inhalt #angebot ul {
  padding-left: 0px;
}

#inhalt #angebot ul ul {
  padding-left: 20px;
}

#inhalt #angebot .uk-accordion li {
  border: none;
}

#inhalt #angebot .uk-accordion li a.uk-accordion-title {
  background: rgb(177,202,241);
  font-weight: 600;
  font-size: 1.3rem;
  padding: 10px 20px 10px 20px;
  border-bottom: none;
  color: rgb(10,55,103);
}



#inhalt #angebot .uk-accordion li a:hover,
#inhalt #angebot li.uk-open a.uk-accordion-title {
  background: rgb(52,76,153);
  color: white;
}

#inhalt #angebot .uk-accordion-content {
  margin-top: 5px;
}



/* Seitenbereich */

#seite img {
  max-width: 100%;
  height: auto;
  display: block;
}

#seite ul.newsfeed li {
   list-style-type: none;
  margin-bottom: 10px;
  }

#seite .seite-right ul.newsfeed li a:after {
 content: '\f442';
        display: inline-block;
        -webkit-font-smoothing: antialiased;
        font: normal 20px/1 'Genericons-Neue';
        vertical-align: middle;
 
 
}



#seite .seite-right,
#seite .seite-right-1,
#seite .seite-right-2 {
  background: rgb(238,241,245);
 margin-bottom: 15px;
}

#seite .seite-right .newsflash {
  padding: 20px;
}

#seite .seite-right table {
  margin-top: 20px;
 
}
#seite .seite-right td {
  padding: 0px 20px 20px 20px;
  font-size: 1.125rem;
}

#seite .seite-right td strong {
  font-weight: 400;
}


#seite .seite-right ul,
#seite .seite-right-1 ul,
#seite .seite-right-2 ul {
 padding: 20px;
  color: rgb(70,70,70);
}

/*#seite #mod-custom256*/
#seite .mod-custom {
  padding: 20px;
}

#seite .seite-right li a,
#seite .seite-right-1 li a,
#seite .seite-right-2 li a {
  color: rgb(10,55,103);
  font-size: 1.125rem;
  border-bottom: 1px solid rgb(10,55,103);
}

#seite .seite-right a {
  font-size: 1.125rem;
}


#seite .seite-right li a:hover,
#seite .seite-right-1 li a:hover,
#seite .seite-right-2 li a:hover {
  color: rgb(195,35,40);
  border-bottom: none;
}


#seite .seite-right h3,
#seite .seite-right-1 h3,
#seite .seite-right-2 h3,
#seite .seite-right-3 h3 {
  text-align: center;
color: rgb(10,55,103);
font-size: 1.4rem;
font-weight: 600;
background: rgb(177,202,241);
display: block;
padding: 10px;
  border-bottom: 5px solid white;
  margin: 0;
   font-family: 'Source Sans Pro';
}

#seite .seite-right .feed-item-description,
#seite .seite-right-1 .feed-item-description,
#seite .seite-right-2 .feed-item-description {
 /*color: rgb(238,241,245);*/
  display: none;
}

#seite .seite-right-2 {
  margin-bottom: 20px;
}

#seite .seite-right ul.newsfeed,
#seite .seite-right-1 ul.newsfeed,
#seite .seite-right-2 ul.newsfeed {
  margin-left: 0px;
}

/*#seite .seite-rechts {
  padding: 20px;
  margin: 10px 0 10px 0;
}*/

#seite .seite-right a {
  color: rgb(10,55,103);
  border-bottom: 1px solid rgb(10,55,103);
}

#seite .seite-right a:hover {
  color: rgb(195,35,40);
  border-bottom: none;
}

#seite .seite-right p {
  margin-bottom: 10px;
  /*display: inline;*/
}

#seite .seite-right p.external a:after {
   content: '\f442';
        display: inline-block;
        -webkit-font-smoothing: antialiased;
        font: normal 20px/1 'Genericons-Neue';
        vertical-align: middle;
}

/* footer */

#footer {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: rgb(52,76,153);
}

#footer-innen {
  width: 100%;
  max-width: 1200px;
  height: auto;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  color: white;
  font-size: 1.125rem;
  padding: 40px;
}

#footer p {
  margin-bottom: 0;
}

#footer .footer-block {
  width: 33%;
  height: auto;
  overflow: hidden;
  float: left;
  padding-right: 20px;
  color: white;
}


#footer .footer-block a {
  color: white;
}

#footer .footer-block a:hover,
#footer .footer-block ul li.active a {
  text-decoration: none;
  border-bottom: 1px solid white;
}

#footer .footer-block svg {
  margin-right: 5px;
}

#footer .footer-block p.icon svg {
  margin-right: 0;
  color: rgb(52,76,153);
}

/* google maps */

.googlemaps {
 
  padding-top: 100px; 
  background: white;
 overflow: hidden;
}

.btn1 {
  width: 250px;
  height: auto;
  display: block;
 margin: 0 auto;
  padding: 10px 20px 10px 20px;
  cursor: pointer;
  border: none;
}

a.btn-primary.maps {
  background: rgb(52,76,153) !important;
 color: white !important;
 text-align: center;
  text-decoration: none;
  border: none !important;
}

a.btn-primary.maps:hover {
  border: none !important;
  background: rgb(177,202,241) !important;
 color: rgb(10,55,103) !important;
}

a.btn-secondary.maps {
  background: rgb(177,202,241) !important;
 color: rgb(10,55,103) !important;
 text-align: center;
  margin-top: 10px;
  text-decoration: none;
  border: none !important;
}

a.btn-secondary.maps:hover {
    background: rgb(52,76,153) !important;
 color: white !important;
}

.contentbefore-304 {
  margin-top: 15px;
}

/*.tccontentafter,
.tccontentbefore {
  color: black;
  text-align: center;
  font-size: 1.4rem;

margin: 20px 0 30px 0;
  display: block;
 
}

.contentbefore-130 {
  width: 70%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}*/

#content .login {
  margin-top: 130px;
}


#aussen,
#canvas,
#oben-mobil,
#aussen-1 {
  display: none;
}

/* Suche Form */

fieldset.only,
fieldset.phrases {
  padding: 20px;
}

.search label {
  margin-left: 10px;
}

fieldset.phrases input {
  margin-right: 5px;
}

.search button {
  width: 20%;
  height: 30px;
  margin: 20px 0 20px 0;
}

fieldset.phrases .ordering-box {
  margin-top: 10px;
}

.kacheln {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.kacheln {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.kacheln img {
  max-width: 25%;
  height: auto;
  padding: 10px 10px 10px 10px;
  
}

.kacheln-1 img {
  max-width: 33%;
  height: auto;
  padding: 10px 20px 10px 0px;
  
}

