/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 16.07.2019, 13:15:02
    Author     : Wolfgramm
*/



@import url(../css/font-awesome-4.7.0/css/font-awesome.min.css);
.loading {
    position: fixed;
    background: rgba(255,255,255,0.8);
    width: 100%;
    height: 100vh; 
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10000;
    display: none;
}
.cssload-loader {
    top: 40vh;
}

.loadingio-spinner-blocks {
	z-index:1000;
}

html, body {
    font-weight: normal;
    margin: 0;
    padding: 0;
    width: 100%;
}

* {
    box-sizing: border-box;
}

img {
    max-height: 100%;
    max-width: 100%;
}

q {
    quotes: "“" "”";
}

q:lang(de) {
    quotes: "„" "“";
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}

.show-form {
    display: none;
    margin-top: 1em;
}

.box-flex, .flex-container {
    display: flex;
    flex-wrap: wrap;
}

section {
    float: none;
    clear: both;
}

.anchor {
    padding-top: 50px;
    margin-top: -50px !important;
}

.clear {
    clear: both;
    height: 0px;
}

.hidden {
    visibility: hidden;
    display: none;
}

.testblock {
    position: fixed;
    bottom: 0;
    background: #ff5532;
    color: white;
    padding: 5px 20px;
}

.box {
    width: 100%;
    padding: 0px 0px;
    max-width: 1920px;
    box-sizing: border-box;
}

.box-img {
    padding: 0;
}

.box-img img {
   max-height: 100%;
   max-height: auto;
}


.box-size-1 {
    width: 8.25%;
}

.box-size-2 {
    width: 16.66%;
}

.box-size-3 {
    width: 25%;
}

.box-size-4 {
    width: 33.33%;
}

.box-size-5 {
    width: 41.50%
}

.box-size-6 {
    width: 50%;
}

.box-size-7 {
    width: 58.25%;
}

.box-size-8 {
    width: 66.66%
}

.box-size-9 {
    width: 75%;
}

.box-size-10 {
    width: 83.25%;
}

.box-size-11 {
    width: 91.50%;
}

.box-size-12 {
    width: 100%;
    max-width: 1920px;
    margin: 0px auto;
    float: none;
    box-sizing: border-box;
}

.box-size-1, .box-size-2, .box-size-3, .box-size-4, .box-size-5, 
.box-size-6, .box-size-7, .box-size-8, .box-size-9, .box-size-10, 
.box-size-11
 {
    float: left;
    box-sizing: border-box;
    text-align: left;
}

.box-small-1, .box-small-2, .box-small-3, .box-small-4, .box-small-5, 
.box-small-6, .box-small-7, .box-small-8, .box-small-9, .box-small-10, 
.box-small-11 {
    float: left;
    box-sizing: border-box;
    text-align: left;
}

.box-shadow {
    box-shadow: 3px 3px 5px #ccc;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    height: 100%;
}

.first-letter::first-letter {
  color: #c0392b;
  font-weight: bold;
  font-size: 150%;
}

.box-center {
    float: none;
    margin:  0px auto;
}

.text-justify {
    text-align: justify;
    text-align-last: left;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-nowrap {
    white-space: nowrap;
}

.text-shadow {
    text-shadow: 1px 1px 2px #999;
}

.text-bold {
	font-weight: bold;
}

.text-underline {
	text-decoration: underline;
}

.text-smaler-1 {
	font-size: 0.9em;
}

.text-smaler-2 {
	font-size: 0.8em;
}

.text-smaler-3 {
	font-size: 0.7em;
}

.text-smaler-4 {
	font-size: 0.6em;
}

.text-smaler-5 {
	font-size: 0.5em;
}

.box-padding, .padding {
    padding: 2em;
}

.nopadding {
    padding: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.padding-top {
    padding-top: 1em;
}

.padding-right {
    padding-right: 1em;
}

.padding-bottom {
    padding-bottom: 1em;
}

.padding-left {
    padding-left: 1em;
}

.margin-top {
    margin-top: 1em;
}

.margin-right {
    margin-right: 1em;
}

.margin-bottom {
    margin-bottom: 1em;
}

.margin-left {
    margin-left: 1em;
}

.margin {
    margin: 1em;
}

.col {
    padding-left: 1em;
    padding-right: 1em;
}

.row {
    padding-top: 1em;
    padding-bottom: 1em;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.position-relative {
    position: relative;
}

.position-absolute {
    position: absolute;
}

.pointer, .hand, .cursor-pointer {
    cursor: pointer;
}

.alias {
    cursor: alias;
}

.arrow, .default {
    cursor: default;
}

.display-none {
    display: none;
}

.visibility-hidden {
    visibility: hidden;
}

button {
    cursor: pointer;
}

footer {
    margin-top: 2em;
}

#wrapper_footer {
    clear: both;
    width: 100%;
}

#footer>div {
    padding: 0px 10px;
}

.no-wrap, .nowrap {
    white-space: nowrap;
}


/* CSS for Accordion Slider */
/* Style the buttons that are used to open and close the accordion panel */
button.accordion {
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
button.accordion.active-acc, button.accordion:hover {
   
}

/* Style the accordion panel. Note: hidden by default */
.box-acc div.panel {
    padding: 0 18px;
    display: none;
}

.box-acc-slider div.panel {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
/* END CSS for Accordion Slider */


/*Captcha Code Input Feld immer GROSS*/
#captcha_code {
   text-transform:uppercase; 
   font-size: 1.6em;
}

.text-smaller-1 {
    font-size: 0.9em;
}
.text-smaller-2 {
    font-size: 0.8em;
}
.text-smaller-3 {
    font-size: 0.7em;
}
.text-smaller-4 {
    font-size: 0.6em;
}
.text-smaller-5 {
    font-size: 0.5em;
}


@media (max-width: 1000px){
    body {
        overflow-x:hidden;
    }
    
    #main_content {
        width: 98%;
        margin: 0 auto;
    }
    
    .box-size-1, .box-size-2, .box-size-3, .box-size-4, .box-size-5, 
    .box-size-6, .box-size-7, .box-size-8, .box-size-9, .box-size-10, 
    .box-size-11, .box-size-12 {
        width: 100%; 
        float: none;
        margin: 0px auto;
    }
    
    .box-small-1 {
        width: 8.25%;
    }

    .box-small-2 {
        width: 16.50%;
    }

    .box-small-3 {
        width: 25%;
    }

    .box-small-4 {
        width: 33.33%;
    }

    .box-small-5 {
        width: 41.50%
    }

    .box-small-6 {
        width: 50%;
    }

    .box-small-7 {
        width: 58.25%;
    }

    .box-small-8 {
        width: 66.66%
    }

    .box-small-9 {
        width: 75%;
    }

    .box-small-10 {
        width: 83.25%;
    }

    .box-small-11 {
        width: 91.50%;
    }

    .box-small-12 {
        width: 100%;
        max-width: 1920px;
        margin: 0px auto;
        float: none;
        box-sizing: border-box;
    }
    .box-small-1, .box-small-2, .box-small-3, .box-small-4, .box-small-5, 
    .box-small-6, .box-small-7, .box-small-8, .box-small-9, .box-small-10, 
    .box-small-11, .box-small-12 {

        float: left;
    }

    
    .gallery-folder {
        min-height: 20em;
    }
    
    .lightbox-text {
        top: 17em;
    }
    
    .box-img {
        width: 100%;
    }
    
    #footer {
        margin: 20px 0px;
    }
    .box-padding {
        padding: 0%;
    }
    
    .padding-top, .padding-right, .padding-bottom, .padding-left {
        padding: 0 0 0 0;
    }
    
    .margin-top {
        margin-top: 0;
    }

    .margin-right {
        margin-right: 0;
    }

    .margin-bottom {
        margin-bottom: 0;
    }

    .margin-left {
        margin-left: 0;
    }
    
    .social {
        width: 25%;
    }
    
    
    .social-mobile {
        display: block;
        width: 25%;
        float: left;
        padding: 5px 0;
    }
    
    .whatsapp {
        background: #27ae60;
        margin: 4px auto;
        transition: all 0.5s;
    }
    .whatsapp:hover {
        opacity: 0.9;
    }
    .whatsapp a, .whatsapp a:hover  {
        color: white;
    }

    .twitter {
        background: #3498db;
        margin: 4px auto;
        transition: all 0.5s;
    }
    .twitter:hover{
        opacity: 0.9;
    }
    .twitter a, .twitter a:hover {
        color: white;
    }
    
}

@media (max-width: 1000px){

}

@media (max-width: 680px){
    section {
        padding: 0px 0px 0px 0px;
    }
}

@media (max-width: 280px){
    .box-small-1, .box-small-2, .box-small-3, .box-small-4, .box-small-5, 
    .box-small-6, .box-small-7, .box-small-8, .box-small-9, .box-small-10, 
    .box-small-11{
        width: 98%;
        float: none;
        margin: 0px auto;
    }
}