@font-face {
    font-family: 'shree';
    src: url('..\\..\\daten\\schrift\\Shree714.ttc') format('truetype');
    font-weight: normal;
}

/* For iOs safari */
/* Portfolio und Link sonst ein Button */
img[type=button] {
    -webkit-appearance: none;
  }
 
a[type=button] {
    -webkit-appearance: none;
  }

/*** For Ios safri Ende*/

body {
    font-family: 'shree', 'Open Sans', 'Montserrat', sans-serif; 
    font-size: 16px;
    font-weight: 300;
    color: #888;
    line-height: 30px;
    text-align: center;
    max-width: 100vw;
    overflow-x: hidden;
}

a, a:hover, a:focus { color: #9b59b6; text-decoration: none; transition: all .3s; }  

h1, h2 {
    margin-top: 8px;
    font-family: 'shree', 'Open Sans', 'Montserrat', sans-serif;   
    font-size: 32 px;
    font-weight: 300;
    color: #555;
    line-height: 50px;
}

h3 {
	font-family: 'shree', 'Open Sans', 'Montserrat', sans-serif;
	font-size: 25px;
    font-weight: 300;
    color: #555;
    line-height: 30px;
    padding-top: px;
}

.section-container{
    max-height: 100% !important;
    width: fit-content !important;
    width: -moz-fit-content !important;
    width: -ms-fit-content !important;
    width: -o-fit-content !important;
    width: -webkit-fit-content !important;
    text-align: center;
    align-items: center;
    margin: 0px;
}

.col-info {
    padding-left: 0px;
    padding-right: 0px;
} 
.container {
    width: fit-content !important;
    width: -moz-fit-content !important;
    width: -ms-fit-content !important;
    width: -o-fit-content !important;
    width: -webkit-fit-content !important;
}

.img-responsive {
    width: 100%;
  }
  
.img-overlay {
    position: absolute;
    top: 3%;
    right: 3%;
    text-align: right;
}
  
.img-overlay:before {
    content: ' ';
    display: block;
    /* adjust 'height' to position overlay content vertically */
    height: 50%;
}

.medium-paragraph {
	font-size: 17px;
	line-height: 32px;
}

::-moz-selection { background: #9b59b6; color: #fff; text-shadow: none; }
::selection { background: #9b59b6; color: #fff; text-shadow: none; }

.colored-text { color: #9b59b6; }

.feature_image img {height: 100%; display:block;}


/***** Col Style *****/

.style-box {
    padding-top: 30px;
    padding-top: 30px;
}
 
.flex-nowrap {
    flex-wrap: -moz-nowrap !important;
    flex-wrap: -ms-nowrap !important;
    flex-wrap: -o-nowrap !important;
    flex-wrap: -webkit-nowrap !important;
    flex-wrap: nowrap !important;
}

.style-box h2 {
    margin-top: 0;
    padding-top: 6%;
    padding-bottom: 0%;
}

.style-box h3 {
    margin-top: 0;
    padding-top: 5%;
    padding-bottom: 0%;
} 


/***** Navbar *****/

.textoverflow li { 
    width:48%;
    max-width: 220px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
  }

.ton-img {
    height: 80%;
    width: 80%;
    padding: 2px 0px 2px 30% !important;
    display: block;
}

.nav-container{
    max-width: auto !important;
}

.navbar {
    background: #444;
    -o-transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    -ms-transition: all .6s;
    transition: all .6s;
    backface-visibility: hidden;
    padding: 0 0 0 0;
    margin: 0 0 0 0; 
}

.navbar-nav {
    margin: 0 -15px;
}


.navbar.navbar-no-bg {
    background: #444;
    background: rgba(0, 0, 0, 0.2);
}


.dropdown-menu {
    background: #444;
    -o-transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    -ms-transition: all .6s;
    transition: all .6s;
    backface-visibility: hidden;
    padding: 0 0 0 0;
    margin: 0 0 0 0; 
}
 
.dropdown-menu.navbar-no-bg {
    background: #444;
    background: rgba(0, 0, 0, 0.2);
}

.dropdown-menu-center {
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}


.navbar-dark.navbar-nav.nav-link {
    color: #fff;
    color: rgba(255, 255, 255, 0.8);
    border: 0;
    
} 

.navbar-dark.navbar-nav.nav-link-img {
    color: #fff;
    color: rgba(255, 255, 255, 0.8);
    border: 0;
    padding: 0px 10px 0px 10px !important;
    align-items: center !important; 
} 

.navbar-dark .navbar-nav {
    font-size: 15px;
    color: #fff;
    font-weight: 600;
}

.dropdown-item {
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    text-align: left;
}

.navbar-brand {
	width: 136px;
    height: 46px; 
    max-width:100%;
    max-height:100%;
	background: url(../../daten/navbar/logo.png) left center no-repeat;
	border: 0;
	text-indent: -99999px;
}


.navbar-ton {
    width: "auto";
    height: 80%;
    background: url(../../daten/ton/ton_aus.png) left center no-repeat;
    border: 0;
    text-indent: -99999px;
} 


/***** Top content *****/

.top-content {
    padding: 200px 0;
} 

.top-content .text {
    color: #fff;
}
 
.top-content .text h1 {
    margin-top: 25px;
    color: #fff;
}
 
.top-content .description {
    margin: 30px 0 10px 0;
}
 
.top-content .description p {
    opacity: 0.8;
}  



/***** Modal *****/

/* The Modal (background) */


.mod-col {
    padding: 0 !important;
    /* position: static; */
}


.mod-col-focus{
    padding: 0 !important;
    margin: 0 !important;
    /* position: static;*/
}  

.mod-row{
    margin: 0 !important;
    /* position: static; */
}

.modal-dialog{
    width: fit-content;
    width: -moz-fit-content !important;
    width: -ms-fit-content !important;
    width: -o-fit-content !important;
    width: -webkit-fit-content !important;
    max-width: 100% !important;
    vertical-align: middle !important; 
}

.mod-icon {
    justify-content: center;
    align-items: center;
    vertical-align: middle; 
    position: relative;
}

.mod-icon i {
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
} 

.modal-backdrop
{
    padding: 0;
    opacity:0.8 !important;
    box-shadow: inset 0 0 2000px rgba(255, 255, 255, .5);
    filter: blur(15px);
}

.modal-dialog {
    width: fit-content !important;
    width: -moz-fit-content !important;
    width: -ms-fit-content !important;
    width: -o-fit-content !important;
    width: -webkit-fit-content !important;
    margin: 0 auto; 
    
} 

.modal-content {
    width: fit-content !important;
    width: -moz-fit-content !important;
    width: -ms-fit-content !important;
    width: -o-fit-content !important;
    width: -webkit-fit-content !important;
    background: unset !important;
    border: 0;
    border-radius: 0;
} 
::-moz-modal-content{
    width: fit-content !important;
    width: -moz-fit-content !important;
    width: -ms-fit-content !important;
    width: -o-fit-content !important;
    width: -webkit-fit-content !important;
}

.carousel{
    width: fit-content !important;
    width: -moz-fit-content !important;
    width: -ms-fit-content !important;
    width: -o-fit-content !important;
    width: -webkit-fit-content !important;
}


.modal-open {
    overflow: hidden;
    padding: 0;
    margin: 0; 
} 


.modal-body{
    padding: 0 !important;
}  

/*** Show Handtasche ***/


.right {
    text-align: right;
    padding-left: 0;
    padding-right: 2%;
}

.left {
    text-align: left;
    padding-left: 2%;
    padding-right: 0;
}

.hand-col{
    padding-left: 2%;
    padding-right: 2%;
} 


/*** Gallery */

.img_hand_style{
    max-height: 100%;
}
  
.gal_img {
    padding: 0 0.2% 0 0.2%;
} 

.gal_col {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

/** Footer */

.footer-bottom{
    padding-top: 15px;
    padding-bottom: 15px;
}
