body {
    padding-top: 37px;
    padding-bottom: 10px;
    overflow-y: scroll;
}

.zf-green {
    color: #68b604;
}

.btn-success {
    background-color: #57a900;
    background-image: -moz-linear-gradient(top, #70d900, #57a900);
    background-image: -ms-linear-gradient(top, #70d900, #57a900);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#70d900), to(#57a900));
    background-image: -webkit-linear-gradient(top, #70d900, #57a900);
    background-image: -o-linear-gradient(top, #70d900, #57a900);
    background-image: linear-gradient(top, #70d900, #57a900);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#70d900', endColorstr='#57a900', GradientType=0);
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
    background-color: #57a900;
}

div.container a.navbar-brand > img {
    display: inline;
    margin-right: 4px;
    margin-top: -2px;
}
.kontakt-logo {
	vertical-align: top;
	margin-bottom: 10px;
}
.kontakt-adresse {
	display: inline-block;
	margin: 16px 0 0 10px;
}
.kontakt-table > tbody > tr > td, .kontakt-table > tbody > tr > th {
    padding: 4px;
    border-top: 0;
    vertical-align: middle;
}
.kontakt-tel {
    font-size: 1.1em;
}
.navbar-mytext {
	font-size: 1.25em;
	color: #616ce9;
	margin-top: 12px;
	font-weight: bold;
	width: 290px;
	padding-left: 6px;
}
.my-justify {
	-moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto; 
   text-align: justify;
}

.jumbotron {
    margin-bottom: 20px !important;
}

.my-main {
    padding-top: 15px;
    position: relative;
}

@media screen and (max-width: 600px) {
    .jumbotron, .home-header-con {
	   padding: 5px !important;
    }
     .img-gap {
        margin-bottom: 5px;
     }
}

/* sm */
@media screen and (min-width: 601px) {
    .jumbotron, .home-header-con {
	   padding: 10px !important;
    }
     .img-gap {
        margin-bottom: 10px;
     }
}

/* md */
@media screen and (min-width: 768px) {
    .jumbotron, .home-header-con {
	   padding: 15px !important;
    }
     .img-gap {
        margin-bottom: 15px;
     }
}

/* lg */
@media screen and (min-width: 1200px) {
    .jumbotron, .home-header-con {
	   padding: 20px !important;
    }
     .img-gap {
        margin-bottom: 20px;
     }
}

.home-header-text1 {
	top: 0;
}

.home-header-text2 {
    bottom: 0;	
}

.my-background {
	background-color: #bfcfec;
}

.my-panel-heading {
	background-color: darkblue !important;
	background-image: none !important;
}
.panel-title {
	color: #ffc000 !important;
	font-weight: bold !important;
    font-family: "Comic Sans MS", "Comic Sans", cursive;
}

 .equalheight {
   display: -webkit-flex;
   display: -ms-flex;
   display: flex;
   -webkit-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
}
.equal {
  display: -webkit-flex; 
  display: -ms-flexbox; 
  display: flex;
}

.eqaulcon {
	height: calc(100% - 20px);
}

.mehrlink {
	margin-left: 38px;
	font-weight: bold;
	font-size: 1.1em;
}

.mittig {
	margin: auto;
}

.mybold {
    font-weight: bold;
}

.fill-it {
    width: 100%;
}

.randlos {
    padding: 0;
    margin: 0 auto;
}

.navbar {
    min-height: 37px;
}

.navbar-nav > li > a {
    font-size: 16px;
    font-weight: bold;
    padding-top: 8px;
    padding-bottom: 8px;
}
.portfolio li {
    margin-bottom: 0px;
}

.panel {
    margin-bottom: 6px;
}