body,
html {
    font-family: 'Open Sans', sans-serif;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    color: #777;
    width: 100% !important;
    height: 100%;

}


h2 {
    margin: 0 0 20px 0;
    color: #e6e6e6;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 30px;
}


h3,
h4 {
    color: #222;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 1px;
}
h6 {
	color: #fff;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 1px;
    text-align: center;
}
h7 {
    color: #e6e6e6;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 300;
    font-size: 18px;
}
h5 {
    text-transform: uppercase;
    font-weight: 700;
    line-height: 20px;
}

@media (max-width:767px) {
   
    h2 {
        margin: 0 0 15px 0;
        color: #e6e6e6;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: 400;
        font-size: 20px;
    }


    h3,
    h4 {
        color: #222;
        font-size: 16px;
        font-weight: 300;
        letter-spacing: 1px;
    }

    h5 {
        text-transform: uppercase;
        font-weight: 700;
        line-height: 24px;
    }
}

p.intro {
    font-size: 16px;
    margin: 12px 0 0;
    line-height: 24px;
}

a {
    color: #555;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #000;
}

ul,
ol {
    list-style: none;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

ul,
ol {
    padding: 0;
    webkit-padding: 0;
    moz-padding: 0;
}

hr {
    height: 1px;
    width: 70px;
    text-align: center;
    position: relative;
    background: #e6e6e6;
    margin: 0 auto;
    margin-bottom: 30px;
    border: 0;
}

/* Navigation */

.navbar {
    background-color: #242020 !important;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: solid 2px #ffffff;
    text-align: center;
    transition: all 0.3s;
}

.navbar a {
    color: #a4a4a4;
    margin: 0 16px;
    text-align: center;
}


.navbar .nav li a {
    margin: 0 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar li a:hover {
    outline: 0;
    color: #fff;
    background-color: transparent;
}

.navbar-brand {
    color: #fff;
    font-size: 2em;

}

.dropdown-menu {
    background-color: #242020;

}

a.dropdown-item {
    margin-left: 0px;
    padding-left: 2px;
}
#newsLink {
    font-weight: bold;
    color: crimson;
  
    /* padding: 1em 1.5em; */
    transition: background-color 0.3s ease, transform 0.2s ease;
  }
  
  #newsLink:hover {
    background: rgba(0, 0, 0, 0.4);
    transform: scale(1.2);
  }


.space-right {
    margin-right: 10px;
    
}

/**  Shrinking Bootstrap Navbar **/

.shrink .navbar-brand {
    color: #fff;
    font-size: 2em;
}

.navbar.shrink {
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}

.shrink a {}

.shrink .brand-icon {
    width: 40px;
    margin-right: 10px;
}

@media (max-width:767px) {
    .navbar-brand {
        font-size: 1.4em;

    }
    .shrink .navbar-brand {
        font-size: 1.2em !important;
    }

    .navbar.shrink {
        padding-top: 10px;
        padding-bottom: 10px;
        box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    }

    .shrink a {}

    .shrink .brand-icon {
        width: 40px;
        margin-right: 10px;
    }
}



/** Ende Shrinking Bootstrap Navbar **/

/* Header Section */

.intro {
    display: table;
    width: 100%;
    padding: 0;
    text-align: center;
    color: #333;
    background: url(../img/back.jpg) no-repeat center top;
    background-color: #e5e5e5;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.section-title.center {
    padding: 10px 0 40px 0;
}

.intro h1 {
    font-size: 60px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #333;
}

.intro p {
    font-size: 20px;
    margin-bottom: 40px;
    margin-top: 20px;
}


/* carousel */

.carousel {
    margin-top: 100px !important;
}

.carousel-indicators .active {
    background-color: #000;
}

.carousel-item {
    height: 88vh;
    min-height: 300px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.carousel-caption {
    position: absolute;
    right: 30%;
    bottom: 20px;
    left: 30%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    background: rgb(60, 60, 60, 0.4);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(60, 60, 60, 0) 0%, rgba(60, 60, 60, 0.5) 15%, rgba(60, 60, 60, 0.5) 85%, rgba(60, 60, 60, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(60, 60, 60, 0) 0%, rgba(60, 60, 60, 0.5) 15%, rgba(60, 60, 60, 0.5) 85%, rgba(60, 60, 60, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(60, 60, 60, 0) 0%, rgba(60, 60, 60, 0.5) 15%, rgba(60, 60, 60, 0.5) 85%, rgba(60, 60, 60, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c3c3c', endColorstr='#3c3c3c', GradientType=1);
    /* IE6-9 */
    ;
}


.carousel-item h2 {
    color: #fff;
}

.carousel-item p {
    color: ivory;
}

/** carousel-buttom **/

.carousel-caption a.btn {
    color: #fff;
    background-color: #000;
    border-radius: 0;
}

.carousel-caption a.btn:hover {
    color: #000;
    background-color: #fff;
}

/* About Section */

.about hr {
    height: 1px;
    width: 90%;
    text-align: center;
    position: relative;
  background: #e6e6e6;
}


#about {
    padding: 120px 0;
    background-color: #989898;
}
 img.farid-rund {
            border-radius: 50%;
            width: 160px;
            height: 160px;
            display: inline-block;
        }

#about .about-text {
    margin-left: 10px;
    text-align: left;
    color: #e6e6e6
}

#about .mittig {
    margin-left: 10px;
    text-align: center;
}


#about p {
    margin-top: 40px;
    margin-bottom: 30px;
    line-height: 22px;
}

/* links unter Profil */

#verweis {
    padding: 30px 0;
    background-color: #989898;
    text-align: center;
    text-decoration-color: #fff;
    font-weight: bold;
    
}

#verweis h7 {
    text-align: center;
}
/* Portfolio Section */

@media (max-width:767px) {
    ol.type li {
        padding-left: 0px;
        margin-left: 0px;
        margin-top: 20px;
    }
}

#portfolio {
    padding: 120px 0;
    background: #242424;
}

.categories {
    padding-bottom: 30px;
    text-align: center;
}

/* Modal */

.modal-content {
    background-color: #989898;
    color: #fff;
}

.modal-header {
    background-color: midnightblue;
}

.modal-title {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
}

.modal td:first-child {
    white-space: nowrap;
    font-weight: bold;
}

.modal h6 {
    color: #fff; 
    margin-left: 10px;
    font-weight: bold;
}

.modal p {
    margin-left: 30px;
}
.modal hr {
    height: 1px;
    width: 90%;
    text-align: center;
    position: relative;
    background: #e6e6e6;
}
.image-container {
    display: flex;
    flex-direction: column;
    gap: 10px; /* Abstand zwischen den Bildern */
}

.image-container img {
    width: 100%; /* Optional: Bilder passen sich der Spaltenbreite an */
    max-width: 330px; /* Maximalbreite festlegen */
}
@media screen and (max-width: 45em) {
	.modal tr, .modal th, .modal td {
 		display: block;
         
	}
	
	.modal tr {
		padding: 1em;
		border-top: 0 none;
	}
	
	.modal th {
		padding: 0;
	}
	
	.modal td {
		padding: 1em 0 0;
	}
}
/* Buttons Portfolio */

ul.cat li {
    display: inline-block;

}

ol.type li {
    display: inline-block;
    margin-left: 20px;
}

ol.type li a {
    border: 1px solid #777;
    color: #555;
    padding: 8px 20px;
}

ol.type li a.active {
    background: #fff;
    border: 1px solid #555;
    color: #222;
}

ol.type li a:hover {
    background: #fff;
    border: 1px solid #555;
    color: #222;
}

@media only screen and (min-width: 768px) and (max-width: 960px) {
    ol .type li {
    padding: 8px 20px;
      
    
    }

}
/* Ende Buttons Portfolio */

.isotope-item {
    z-index: 2
}

.isotope-hidden.isotope-item {
    z-index: 1
}

.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope-item {
    margin-right: -1px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.isotope {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}

.portfolio-item {
    margin: 15px 0;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.portfolio-item:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.portfolio-item .hover-bg {
    position: relative;
}

.portfolio-item .img-thumbnail {
    padding: .25rem;
    background-color: transparent;
    border: 0px solid #ccc;
    border-radius: 0;
    width: auto;
    max-height: 100%;
}

.hover-bg .hover-text {
    position: absolute;
    text-align: center;
    margin: 0 auto;
    color: #ffffff;
  /*  background: rgba(0, 0, 0, 0.56); */
    padding: 30% 0 0 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: all 0.5s;
}

.hover-bg .hover-text > h4 {
    text-transform: uppercase;
    opacity: 0;
    color: #fff;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    transition: all 0.3s;
}

.hover-bg:hover .hover-text > h4 {
    opacity: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.hover-bg .hover-text > i {
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: all 0.3s;
}

.hover-bg:hover .hover-text > i {
    opacity: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.hover-bg:hover .hover-text {
    opacity: 1;
}


/* Contact Section */

#contact {
    padding: 120px 0 60px 0;
}

#contact h3 {
    padding-top: 20px;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
}

#contact form {
    padding: 30px 0;
}

#contact .text-danger {
    color: #E87E04;
    text-align: left;
}

label {
    font-size: 12px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    float: left;
}

#contact .form-control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #2c3e50;
    background-color: rgba(255, 255, 255, 0.8);
    background-image: none;
    border: 1px solid #999;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

#contact .form-control:focus {
    border-color: inherit;
    outline: 0;
    -webkit-box-shadow: transparent;
    box-shadow: transparent;
}

.form-control::-webkit-input-placeholder {
    color: #2c3e50;
}

.form-control:-moz-placeholder {
    color: #2c3e50;
}

.form-control::-moz-placeholder {
    color: #2c3e50;
}

.form-control:-ms-input-placeholder {
    color: #2c3e50;
}

#contact .social {
    margin-top: 80px;
}

#contact .social ul li {
    display: inline-block;
    margin: 0 20px;
}

#contact .social i.fa {
    font-size: 22px;
    padding: 4px;
    color: #444;
    transition: all 0.5s;
}

#contact .social i.fa:hover {
    color: #000;
}

.btn:active,
.btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

a:focus,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none;
    outline-offset: none;
}

/*impressum */

#impressum {
    padding: 120px 0 60px 0;
    background-color: #6E6E6E;
    color: #fff
}

/* Datenschutz */

#datenschutz {
    padding: 120px 0 60px 0;
    background-color: #6E6E6E;
    color: #fff
}

/* Footer Section*/

#footer {
    background-color: #000;
    color: #FFF;
    padding: 30px 0 25px 0;
}

#footer p {
    font-size: 13px;
}

#footer a {
    color: #FFF;
}

#footer a:hover {
    color: #000;
}

/* To Top Buttom */

.back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    font-size: 20px;
}

@media (max-width:767px) {
    .back-to-top {
        bottom: 10px;
        right: 10px;
    }
}

/* Parallax Effekt */

.parallax-window {
    min-height: 500px;
    background: transparent;
}

.window-wrapper {
    min-height: 500px;
    background: #fff;
}

.parallax-text {
    padding-top: 100px;
}

/* Contact */

label {
    color: #333;
    display: block;
}

.btn-send {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}
/* links impressum */
a.imp:link {color:#33ff00}
a.imp:hover {color:#000}

p.frame-black { 
border: 2px solid #000; 
padding:0.8em; 
	font-weight: bold;
}