/*
 * Globals
 */

    @import url("https://fast.fonts.net/lt/1.css?apiType=css&c=96cbbcbe-fd1b-43d3-ad91-ec6595e7c66d&fontids=921575,921578,921581,921584,921587,921590,921593,921596");
    @font-face{
        font-family:"ITC Veljovic W01 Bold";
        src:url("../fonts/921581/4549becf-4f45-4633-a842-919a41005285.eot?#iefix");
        src:url("../fonts/921581/4549becf-4f45-4633-a842-919a41005285.eot?#iefix") format("eot"),
            url("../fonts/921581/e4e33ac0-c169-4f07-b5c1-8fd534e81fd9.woff2") format("woff2"),
            url("../fonts/921581/bc8e457a-d0d3-4f3e-aa8b-23d611aa62aa.woff") format("woff"),
            url("../fonts/921581/16ee03c7-ece8-4aca-9c47-547c58037f34.ttf") format("truetype");
    }
    @font-face{
        font-family:"ITCVeljovicW01-BoldItal";
        src:url("../fonts/921584/aea2aa66-a194-4188-95be-f0fe3c09effd.eot?#iefix");
        src:url("../fonts/921584/aea2aa66-a194-4188-95be-f0fe3c09effd.eot?#iefix") format("eot"),
            url("../fonts/921584/fae6ef8b-3b66-4c36-8449-1593af95c2eb.woff2") format("woff2"),
            url("../fonts/921584/6895b4ba-631e-45ca-bc00-e11509c9b7c7.woff") format("woff"),
            url("../fonts/921584/c9db6c9c-c76e-44bd-960a-f036953377fa.ttf") format("truetype");
    }
    @font-face{
        font-family:"ITC Veljovic W01 Book";
        src:url("../fonts/921587/7fc0998a-bfe0-415c-942e-94d28762416b.eot?#iefix");
        src:url("../fonts/921587/7fc0998a-bfe0-415c-942e-94d28762416b.eot?#iefix") format("eot"),
            url("../fonts/921587/e333e714-37f8-4221-92ef-4710a21015f8.woff2") format("woff2"),
            url("../fonts/921587/db65e4c2-6088-46ba-95fc-d95fda03c530.woff") format("woff"),
            url("../fonts/921587/979e8a68-64a5-40e6-bf56-5fa4a9d7bf99.ttf") format("truetype");
    }
    @font-face{
        font-family:"ITCVeljovicW01-BookItal";
        src:url("../fonts/921590/3f0c6348-63ad-411b-9ce2-e28d63b30b02.eot?#iefix");
        src:url("../fonts/921590/3f0c6348-63ad-411b-9ce2-e28d63b30b02.eot?#iefix") format("eot"),
            url("../fonts/921590/d041fdb0-a60c-4594-9c4d-798bdf7db752.woff2") format("woff2"),
            url("../fonts/921590/5223e5a6-f809-4fbe-8762-6c11b296c898.woff") format("woff"),
            url("../fonts/921590/3ccfdf02-aeb4-4016-8c0d-51a3f6364488.ttf") format("truetype");
    }

    @font-face {
        font-family: 'atlan-light';
        src: url('../fonts/atlan-light.eot');
        src: url('../fonts/atlan-light.eot?#iefix') format('embedded-opentype'),
             url('../fonts/atlan-light.woff2') format('woff2'),
             url('../fonts/atlan-light.woff') format('woff'),
             url('../fonts/atlan-light.ttf') format('truetype'),
             url('../fonts/atlan-light.svg#atlanlight') format('svg');
        font-weight: normal;
        font-style: normal;
    }
    @font-face {
        font-family: 'atlan-semibold';
        src: url('../fonts/atlan-semibold.eot');
        src: url('../fonts/atlan-semibold.eot?#iefix') format('embedded-opentype'),
             url('../fonts/atlan-semibold.woff2') format('woff2'),
             url('../fonts/atlan-semibold.woff') format('woff'),
             url('../fonts/atlan-semibold.ttf') format('truetype'),
             url('../fontss/atlan-semibold.svg#atlansemi_bold') format('svg');
        font-weight: normal;
        font-style: normal;
    }

/* This CSS resource incorporates links to font software which is the valuable copyrighted property of Monotype and/or its suppliers. 
   You may not attempt to copy, install, redistribute, convert, modify or reverse engineer this font software. 
   Please contact Monotype with any questions regarding Web Fonts: https://www.linotype.com */


/* Links */
a,
a:focus,
a:hover {
  color: #000000;
}

/* Custom default button */
.btn-default,
.btn-default:hover,
.btn-default:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritence from `body` */
  background-color: #fff;
  border: 1px solid #fff;
}


/* Base structure */
html,
body {
  height: 100%;
  background-color: #FFFFFF;
}
body {
  font-family: 'atlan-light', arial, sans-serif;
  color: #000000;
  text-align: center;
}

/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  display: table;
  width: 100%;
  height: 100%; /* For at least Firefox */
  min-height: 100%;

}
.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}
.cover-container {
  margin-right: auto;
  margin-left: auto;
}

/* Padding for spacing */
.inner {
  padding: 30px;
}


/* Header */

.masthead {
    background-color: white;
    z-index: 20;
    margin-top: -20px;
}

.masthead-brand {
  font-family: 'atlan-semibold';
  margin-top: 10px;
  margin-bottom: 10px;
}

.masthead-brand a {
  text-decoration: none;
}

.masthead-nav > li {
  display: inline-block;
}
.masthead-nav > li + li {
  margin-left: 20px;
}
.masthead-nav > li > a {
  padding-right: 0;
  padding-left: 0;
  font-size: 25px;
  color: #fff; /* IE8 proofing */
  color: rgb(0,0,0);
  border-bottom: 2px solid transparent;
}


.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
background-color: transparent;
text-decoration: underline;
}

.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
  color: #000000;
  border-bottom-color: #000000;
}

.active{
    text-decoration: underline;
}


p{
  font-family: 'ITC Veljovic W01 Book';

}

p a:hover{
  text-decoration: underline;
}

.lead a{
    text-decoration: underline;
}

span{
    font-family: 'ITCVeljovicW01-BookItal';
}

/* MAP */


iframe {
margin-top: 150px;
height: 425px; 
width:100%; 
margin-top:100px;
margin-bottom: 50px;
border: none;
}




/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 60px;
  margin-top: 60px;
}



/* Cover */

.cover {
  padding: 0 20px;
}
.cover .btn-lg {
  padding: 10px 20px;
  font-weight: bold;
}

/* Images */

img {
  height: auto;
  width: 800px;
  text-align: center;
}


/* Chronik */ 

.row {
  text-align: left;
  font-family: 'atlan-semibold';
  margin-left: 100px;
  padding-top: 50px;
  padding-bottom: 50px; 

}


.row p {
      font-family: 'ITCVeljovicW01-BoldItal';
      color: #0000d2;
      font-size: 35px;
      margin-left: -80px;

}

/* Kontakt */

.kontakt p{
  font-size: 20px;
  margin-bottom: 50px;
}

.kontakt img{
  width: 200px;
  margin-top: 20px; 
}

.kontakt h4{
  font-family: 'atlan-light';
  line-height: 25px;
  color: #0000d2;
}

.kontakt h5{
  font-family: 'atlan-light';
  font-size: 18px;
  line-height: 25px;
  color: #0000d2;
  margin-bottom: 40px;
  margin-top: -15px;
}

.kontakt a{
  text-decoration: underline;
}

.kontakt h1{
    font-family: 'ITCVeljovicW01-BoldItal';
    font-size: 50px;
    color: #0000d2;
}


/* Impressum */

.impressum{
    padding-top: 120px;
    padding-bottom: 90px;
 }

.impressum p{
    font-family: 'ITC Veljovic W01 Book';
    font-size: 18px;
    padding-bottom: 20px;
    margin-left: 100px;
    margin-right: 100px;
}

.impressum h1{
    font-family: 'ITCVeljovicW01-BoldItal';
    font-size: 50px;
    color: #0000d2;
}

.impressum a{
  text-decoration: underline;
}

/* Archiv */


.archiv p{
  font-size: 20px;
  margin-bottom: 50px;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.archiv h2{
  font-family: 'ITCVeljovicW01-BoldItal';
  font-size: 20px;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.archiv h5{
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-family: 'atlan-light';
  font-size: 18px;
  line-height: 25px;
  color: #0000d2;
  margin-bottom: 60px;
  margin-top: -45px;
}

.archiv a{
  text-decoration: underline;
  color: #0000d2;
}

.archiv h1{
    font-family: 'ITCVeljovicW01-BoldItal';
    font-size: 50px;
    color: #0000d2;
    margin-top: 150px;
    margin-bottom: 30px;
}



.archiv h4{
  font-family: 'ITC Veljovic W01 Book';
  font-size: 20px;
  margin-bottom: 10px;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.archiv h6{
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-family: 'atlan-light';
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 30px;
  margin-top: -30px;
}


.col-md-12 description{

}

.gal-container .modal-content{
      height:250px;
  }


.gal-container .description{
  position: relative;
  height: 80px;
  top: -40px;
  padding: 10px 25px;
  background-color: rgba(0,0,0,0.5);
  color: #fff;
  text-align: left;
}


.gal-container{
  padding: 12px;
}
.gal-item{
  overflow: hidden;
  padding: 3px;
}
.gal-item .box{
  height: 350px;
  overflow: hidden;
}
.box img{
  height: 100%;
  width: 100%;
  object-fit:cover;
  -o-object-fit:cover;
}

.gal-item a:focus{
  outline: none;
}
.gal-item a:after{
  content:"\e003";
  font-family: 'Glyphicons Halflings';
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.75);
  position: absolute;
  right: 3px;
  left: 3px;
  top: 3px;
  bottom: 3px;
  text-align: center;
    line-height: 350px;
    font-size: 30px;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.gal-item a:hover:after{
  opacity: 1;
}
.modal-open .gal-container .modal{
  background-color: rgba(0,0,0,0.4);
}
.modal-open .gal-item .modal-body{
  padding: 0px;
}
.modal-open .gal-item button.close{
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #000;
    opacity: 1;
    color: #fff;
    z-index: 999;
    right: -12px;
    top: -12px;
    border-radius: 50%;
    font-size: 15px;
    border: 2px solid #fff;
    line-height: 25px;
    -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
  box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
}
.modal-open .gal-item button.close:focus{
  outline: none;
}
.modal-open .gal-item button.close span{
  position: relative;
  top: -3px;
  font-weight: lighter;
  text-shadow:none;
}
.gal-container .modal-dialogue{
  width: 80%;
}
.gal-container .description{
  position: relative;
  height: 40px;
  top: -40px;
  padding: 10px 25px;
  background-color: rgba(0,0,0,0.5);
  color: #fff;
  text-align: left;
}
.gal-container .description h4{
  margin:0px;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
}
.gal-container .modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 100px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.gal-container .modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
    opacity: 1;
}


/* footer */ 

.footer {
  color: #000000; /* IE8 proofing */
  color: rgb(0,0,0);
  border-top: black 2px solid;

}

.footer a{
    text-decoration: underline;
}

.footer a:hover{
  text-decoration: underline;
}

.footer p{
  font-family: 'atlan-light';
}


/* Impressum */

a .impressum {
  text-decoration: none;
}


/*
 * Affix and center
 */


@media (max-width: 900px) {

  body{
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;

    }

  /* Pull out the header and footer */
  
.masthead {
    position: fixed;
    top: 0;
  }

  .mastfoot {
    position: fixed;
    bottom: 0;
  } 

  /* Start the vertical centering */
  .site-wrapper-inner {
    vertical-align: middle;
  } 

  .masthead-nav > li > a {
    font-size: 20px;
  }

  .inner h3{
    font-size: 20px;
  }

  /* Handle the widths */
  .masthead, .mastfoot, .cover-container {
    width: 100%; /* Must be percentage or pixels for horizontal alignment */
  } 




/* Chronik */ 

.row {
  text-align: center;
  font-family: 'atlan-semibold';
  margin-left: 0px;
  padding-top: 50px;
  padding-bottom: 50px; 

}


.row p {
      font-family: 'ITCVeljovicW01-BoldItal';
      color: #0000d2;
      font-size: 35px;
      margin-left: 0px;

}



/* Kontakt */

.kontakt p{

  max-width: 80%;
  font-size: 1.0em;
  margin-left: auto;
  margin-right: auto;
}

.kontakt h5{

  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}

/* Impressum */

.impressum p {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}



/* Carousel */

.carousel {
  margin-bottom: 60px;
  margin-top: 150px;
  margin-left: auto;
  margin-right: auto;
}



/* Images */

.lead img {
  height: 200px;
  width: auto;
}





} /* @media (max-width: 900px) */


@media (min-width: 901px) {

  .masthead {
    position: fixed;
    top: 0;
  }

  .masthead,
  .mastfoot,
  .cover-container {
    width: 850px;
  }

  .gal-container{
    width: auto;
  } 

  .modal-dialog{
    width: 850px; 
  }


  .masthead-brand {
    float: left;
  }
  .masthead-nav {
    float: right;
  }
}


} /* @media (min-width: 901px) */

