﻿* {
    box-sizing: border-box;
    font-family: "Trebuchet MS";
}
body {
    background-color: #153786;
    padding: 0 !important;
    padding-top: 10px !important;
    margin: 0 !important;
    width: 100% !important;
    height: 101%;
}

h1 {
  max-width: 100%;           /* max. Breite des Containers */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
   line-height: 1.2
}
.versandlink {
border:1px solid lightgray;
 	display: inline-block;
 	padding:10px;
 	width:99%;
 	border-radius:5px;
 	background-color:greenyellow;   
 	margin-top:10px;
     margin-bottom:3px;
 	color: #1a1a1a;
 	text-decoration:none;
     font-size:18px;
     font-weight:normal;
  transition: background-color 0.3s ease, color 0.3s ease;
  user-select: none;
  cursor:pointer;
}

.versandlink:hover,
.versandlink:focus {
  background-color: #c0e8ff;
  color: #004a80;
  outline: none;
}

.versandlink:active {
  background-color: #a0d4ff;
  color: #00335a;
  border-color: #00335a;
}

#topNav {
    width: 100% !important;
    background: #004bb6;
    display: flex;
    height: 45px; /* Feste Höhe von 25px */
    align-items: center; /* Vertikale Zentrierung der Elemente */
    flex-wrap: wrap;
    justify-content: space-around;
    row-gap: 0px;
}

#topNav a{
    color:white;
    flex-grow: 1;
    text-decoration: none;
    text-align: center;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: bold;
    padding-right:10px!important;
}
#hamburger {
    margin: 5px;
    margin-top:0px!important;
    display:none;
    font-size: 24px!important;
    padding:5px!important
}
#hamburger1 {
    font-size: 24px;
    font-weight: bold;
    cursor:pointer;
    
    margin-bottom:0px;
}

.aehnliche {
    font-size: 15px;
    margin-bottom:20px;
    text-align:center;
}
    .aehnliche a {
        display: inline-block;
        padding-right:20px;
        color:maroon;text-decoration:none;
    }
        .aehnliche a span {
            font-size: 20px;
            font-weight:bold;
        }
.downloadButton {
	border:1px solid lightgray;
 	display: inline-block;
 	padding:10px;
 	width:99%;
 	border-radius:5px;
 	background-color:gold;   
 	margin-top:10px;
     margin-bottom:3px;
 	color: #1a1a1a;
 	text-decoration:none;
     font-size:13px;
     
}

.downloadButton2 {
	border:1px solid lightgray;
 	display: inline-block;
 	padding:10px;
 	width:99%;
 	border-radius:5px;
 	background-color:greenyellow;   
 	margin-top:10px;
     margin-bottom:3px;
 	color: #1a1a1a;
 	text-decoration:none;
     font-size:13px;
     
}
.downloadButton:hover, .downloadButton:hover {
	background-color:yellow;
	}

p, li {
    color: #5E5E5E;
    font-size: 20px;
    line-height: 26px;
}

#aussen {
    max-width: 1200px;
    width: 100%;
    margin: auto;
}

#wrapper {
    margin-top: 3px;
    background-color:white;
}
#ausgabe {
    background-color: white;
    border-left: 1px solid gray;
    padding: 20px;
    margin-left:295px;
    min-height: calc(100vh - 150px);

}
#ausgabe img {
    max-width: 100%;
    height:auto;
}
#ausgabe div {
    
}
.navBack{
    display:block;
    padding:5px;
    text-align:center;
    text-decoration:none;
    background-color: #ce0606;
    color:maroon!important;
    font-weight: bold;
    padding:5px;
    margin:5px;
    font-size:19px!important;
}

.navNeuste {
    display:block;padding:2px;color:white;font-weight:bold;background-color:#ff0000;
}
.navTitel,.navTitel{
        font-size: 20px !important;
        padding-bottom: 10px;
        margin-bottom: 10px;
        margin-top: 10px;
        font-weight: bold;
        padding-top:10px;
        padding-left:5px;
        display:block;
        background-color:#168eff;
        color:white;
}

#nav {
    background-color:white;
    width:290px;
    float:left;
}

#nav a {
    display: block;
    color: #424242;
    padding: 5px;
    text-decoration: none;
    text-transform:capitalize;
    line-height: 26px;
    font-size: 19px;
    text-align: right;
    border: 1px outset lightgray;
    margin-bottom: 3px;
    background-color: #f4faff;
}
    #nav a:first-letter, .navTitel:first-letter,.navTitel:first-letter {
        text-transform: uppercase;
    }
.spalte {
    padding-top: 0px;
    text-align: left;
    margin-top: 0px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

.spaltentitel {
    background-color: #0a6dc0;
    font-size: 22px;
    padding-top: 10px;
    color: white;
    font-weight: bold;
    min-height: 50px;
    text-align: center;
    margin: 0px;
    margin-bottom: 5px;
}

.fright {
    float: right;
}
.fleft {
    float: left;
}


.iblock {
    display: inline-block;
}
.radius10 {
    border-radius: 10px;
}
.boxSchatten {
    box-shadow: 2px 5px 7px gray;
}

.divbild {
    box-shadow: 2px 5px 7px gray;
    border-radius: 10px;
}
.zitat {
    background-color: #fff5ec;
    border-radius: 15px;
    border: 1px solid gray;
    padding: 10px;
    font-size: 26px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.zitat:first-letter {
    font-size: 40px;
    color: maroon;
}
.zitat img {
    float: right;
    max-height: 100%;
}

#bild9, #Bild9 {
    margin: 5px;
}
.kastenHellgruen {
    background-color:#70ff7f;
    padding:10px;
    border:1px solid gray
}
.kastenHellblau {
    background-color:#dbe7ff;
    padding:10px;
    border:1px solid gray
}
.kastenGelb {
    background-color:yellow;
    padding:10px;
    border:1px solid gray
}
.kastenRot {
    background-color:red;
    color:white;
    padding:10px;
    border:1px solid gray
}
input[type=button], .pointer, .hovershow {
    cursor: pointer;
}
html {
    height: 101%;
}
.rot {
    color: red;
    font-weight: bold;
}
.gelb {
    color: yellow !important;
    font-weight: bold;
}
h4 {
    font-size: 31px !important;
    background-color: #0065a8;
    color: white !important;
    padding: 5px;
}
h5 {
    font-size: 26px !important;
    background-color: #5781ac;
    color: white !important;
    padding: 5px;
}
h6 {
    font-size: 22px !important;
    background-color: #b7d1df;
    color: black;
    padding-top: 5px;
    padding-bottom: 5px;
}
h1 {
    color: #153786;
    font-size: 31px !important;
}
h2 {
    color: #153786;
    font-size: 26px !important;
}
h3 {
    color: #153786;
    font-size: 22px !important;
}
#kopfbild {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block;
    cursor:pointer;
}
#kopfbild img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    max-width: 100%;
    height: auto;
    cursor: pointer;
}
#kopfbild div {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translate(-50%);
    cursor: pointer;
    display: block;
    color: white;
    
}
#kopfbild div span {
    font-size: 30px;
    white-space: nowrap;
}

.gk {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}


 .gk div
{
    text-align:center;
    margin: 5px;
    width:270px;
    padding:10px;
}

.gk span {
  	margin-top:10px;
	display:block;
    font-size:14px;
    line-height:16px;

}
	.gk div img {
    width:95%;
    max-width:95%;
    height:auto;
    border:1px solid gray;
    border-radius:10px;
    
}
		
.center {
    text-align: center;
}
.w800 {
    width: 800px;
}
.m10 {
    margin: 10px;
}

.asGalerie {
    display: flex;
    flex-wrap: wrap;
}

.asGalerie div {
    width: 180px;
    text-align: center;
    margin: 5px;
    border: 1px solid lightgray;
    padding: 5px;

}

.asGalerie span, .asGalerie textarea {
    margin-top: 10px;
    display: block;
    font-size: 14px;
    line-height: 16px;
}

.asGalerie div img {
    margin: 3px;
    width: 160px;
    height: 107px;
}


.galerietext {
    padding: 5px;
    text-align: center;
    font-size: 15px;
    color: #404040;
    display: block;
    line-height: 22px;
}

.versendenLink, .versendenlink {
    cursor: pointer;
    color:blue;
}
.versendenLink2, .versendenlink2 {
    cursor: pointer;
    color:red;
    font-weight:bold;
}

@media (max-width: 900px) {
    .noMobil {
        display: none !important;
    }
    .nurMobil {
        display: inherit;
    }

}
@media (max-width: 734px) {
      
    #nav2 {
	border:1px solid gray;
	margin:10px;
	display:none;
}
           #hamburger {
        display: block;
    }
    #nav {
        float: none!important;
        width: 100%!important;
        height:auto!important;
        min-height:initial!important;
        
    }
    .noMobil {
        display: none;
    }
    .nurMobil {
        display: inherit;
    }
    #kopfbild div {
        display: none;
    }
    	.gk {
		justify-content: center}
	.gk div
{
    width:100%;
    max-width:420px;

}


    body {
        all: unset;
        background: none !important;
        background: black !important;
        margin: 0 !important;
        padding: 0 !important;
        padding-top: 5px !important;
        margin-top: 5px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    #ausgabe {
        width: 100% !important;
            min-height:250px;
    }
    #aussen {
        max-width: 100%;
    }

    #ausgabe {
        margin:0px;

    }
    h1 {
        font-size: 20px !important;
    }
    h2 {
        font-size: 18px !important;
    }

.asGalerie div {
    width: 160px;

}

.asGalerie div img{
    width: 100%;
    height:auto;

}
}

@media (max-width: 634px) {
    body {
        background-color: red;
    }
}