body {
  height: 100vh;
  width: 100vw;
  color: #0a3250;
  font-family: Chivo,"Helvetica Neue",Helvetica,Arial,sans-serif;
  overflow-x: hidden;
  position: relative;
  font-size: 20px;
  /*
  display: flex;
  align-items: center;
  justify-content: center;
  */
  background-image: url('/assets/img/scanimation-2026.gif');
  background-repeat: repeat-y;
  background-position: center center;
  background-attachment: fixed;
  background-color: #cee0dc;
}



.raster {
  position: fixed;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.raster::before {
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  width: 100vw;
  height: 100vh;
  background-image: url('/assets/img/scanimation-raster-2026.png');
  background-repeat: repeat;
  background-position: top left;
  animation: rasterMove 200s linear infinite;
  will-change: transform;
  background-attachment: fixed;
}

@keyframes rasterMove {
  0% {
  transform: translateX(0);
  }
  50% {
    transform: translateX(-100vw);
  }
  100% {
  transform: translateX(0);
  }
}

.background-container {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  z-index: -1;
}

.bg-image {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; 
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
}

.bg-image.active {
  opacity: 1;
}

.navbar-toggler {
  display:none;
}

/*!
 * Start Bootstrap - Freelancer Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
 
.galleria{ 
	max-width: 600px; 
	height: 420px; 
	background: transparent;
	margin: 20px auto;
}

.galleria-desc p {
	font-size: 12px;
}

.galleria-dots {
  display: none;
  visibility: hidden;
}

.galleria-theme-miniml .galleria-info-text {
  position: absolute;
  text-align: left;
  margin-left: -460px;
}

.galleria-theme-miniml .galleria-dots {
  position: absolute;
  display: none;
  height: 10px;
  bottom: 0;
  left: 0;
}

.galleria-theme-miniml .galleria-info-title {
  display: inline;
  color: #666;
}

.workshops .card {
  background-color:rgba(255, 255, 255, 0.7);
}

.workshops .card:hover {
  background-color:rgba(255, 255, 255, 0.9);
}

.workshops a:hover {
  color: #b88fd7;
}

.workshops .card-title {
  hyphens: auto;
  text-transform: none;
  font-size: 30px; 
}

.workshops .card-text {
 padding:0px; 
}

.programm .card p {
  font-size: 20px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}

.programm .card, .workshops .card {
  border:none;
}

.programm .card-title, .programm .card-text, .programm h3 {
}

.programm h3 {
  font-size: 27px;
}

.programm .card {
  background-color: transparent;
}


 
#rahmen {
	text-align: center;
    background-position: center 0px;
    /*z-index: -1;*/
	background-image: url("../workshops/00_rahmen.jpg");
	background-repeat: none;
	height: 580px;
	width: 800px;
	display: block;
	padding: 200px;
}

/* gallery slidesjs */

#fader0,
    #fader1,
    #fader2 {
      display: none;
      margin-bottom:50px;
    }

    .slidesjs-navigation {
      margin-top:3px;
    }

    .slidesjs-previous {
      margin-right: 5px;
      float: left;
    }

    .slidesjs-next {
      margin-right: 5px;
      float: left;
    }

    .slidesjs-pagination {
      margin: 6px 0 0;
      float: right;
      list-style: none;
    }

    .slidesjs-pagination li {
      float: left;
      margin: 0 1px;
    }

    .slidesjs-pagination li a {
      display: block;
      width: 13px;
      height: 0;
      padding-top: 13px;
      background-image: url(../img/pagination.png);
      background-position: 0 0;
      float: left;
      overflow: hidden;
    }

    .slidesjs-pagination li a.active,
    .slidesjs-pagination li a:hover.active {
      background-position: 0 -13px
    }

    .slidesjs-pagination li a:hover {
      background-position: 0 -26px
    }
    
    /*
    .slidesjs-container {
      height:400px;
      width: 600px;
    }
    */

/* gallery */

#fader {
	visibility: hidden;
    position: relative; 
    width: 100%;
    height: 400px;
    margin-bottom: 10px;
}
.button {
	background-color:#eee;
	width: 50px;
	height: 25px;
	font-size: 10px;
	line-height: 22px;
	text-align: center;
	position: relative;
	display:block;
	float:left;
	cursor: pointer;
	margin: 0 2px;
	letter-spacing: -2px;
	border: 1px solid #FFF;
}

.button:hover {
	background-color:#111;
	color:#eee;
}

#slidenav {
	width: 220px;
	height: 60px;
	display: block;
	position: relative;
	left: 50%;
	margin-left: -110px;
	margin-bottom: 10px;
}

.container-nav{
    margin-right: 50px;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

/* language nav */

.navlang img {
    margin-top: 20px;
    height: 28px;
    width: 40px;
  }
  
  .navlang span {
    margin-right: 10px;
  }

#inicio{
	font-size: 15px;
}

#pause {
	text-indent: 4px;
}

.active {
	border: 1px dotted #111;
}


.clr_float {
	clear: both;	
}
 
td, th {
	padding: 10px;	
}

p {
    padding-left: 60px;
    padding-right: 60px;
    text-align: center;
    color: #0a3250;
}

p:hover {
  background: #cee0dc;
}

ul#links li {
    font-size: 20px;
}

ul#links {
	list-style: none;
}

p.small {
    font-size: 16px;
    color: gray;
}

.ort {
	color:#c7a8aa
}

.person {
	font-style: italic;
	font-style: oblique;	
}


strong {
	font-family: Chivo,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 900;
}

a{
    outline: 0;
    color: #0a3250;
    text-decoration: none;
}

a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
    text-decoration: none;
}

a:not(:has(img)) {
    outline: 0;
    color: #0a3250;
    text-decoration: none;
    background: #4df0ff;
    padding: 5px 10px;
}

a:not(:has(img)):hover,
a:not(:has(img)):focus,
a:not(:has(img)):active,
a:not(:has(img)).active {
    background: #b88fd7;
}



table a, .table a {
	text-decoration: none;
}

table a:hover, .table a:hover {
	color: #353731;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: Chivo,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 900;
    margin-bottom: 20px;
    color:#0a3250;

}

h1 {
  font-family: Chivo,"Helvetica Neue",Helvetica,Arial,sans-serif;
    /*font-family: 'Josefin Slab', serif;*/
    margin-bottom: 20px;
    font-size: 32px;
    font-weight: 800;
    text-transform: none;
    text-align: center;
    line-height: 1.2em;
    letter-spacing: 0rem;
}

h2 {
	font-family: Chivo,"Helvetica Neue",Helvetica,Arial,sans-serif;
    /*font-family: 'Josefin Slab', serif;*/
    margin-bottom: 20px;
    font-weight: 500;
    text-transform: none;
    text-align: center;
    line-height: 1.2em;
}

h3 {
	font-family: Chivo,"Helvetica Neue",Helvetica,Arial,sans-serif;
    /*font-family: 'Josefin Slab', serif;*/
    margin-bottom: 20px;
    font-weight: 350;
    text-transform: none;
    text-align: center;
    line-height: 1.2em;
}

hr.star-light,
hr.star-primary {
    margin: 25px auto 30px;
    padding: 0;
    max-width: 250px;
    border: 0;
    border-top: solid 5px;
    text-align: center;
}

hr.star-light:after,
hr.star-primary:after {
    content: "\f005";
    display: inline-block;
    position: relative;
    top: -.8em;
    padding: 0 .25em;
    font-family: FontAwesome;
    font-size: 2em;
}

hr.star-light {
    border-color: #0a3250;
}

hr.star-light:after {
    color: #fff;
    background-color: #b88fd7;
}

hr.star-primary {
    border-color: #373736;
}

hr.star-primary:after {
    color: #373736;
    background-color: #fff;
}

.img-centered {
    margin: 0 auto;
}

.btn-primary {
    background-color: #373736;
    border-color: #373736;
    color: #ffffff;
}


.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #b88fd7;
  border-color: #b88fd7;
}

header {
    text-align: center;
    background-position: center 0px;
    background-repeat: none;
    /*z-index: -1;*/
	  height: 400px;
    color: #0a3250;
    margin-top:200px;
}

header .container {
    padding-top: 50px;
    padding-bottom: 50px;
}

header img {
    display: block;
    margin: 0 auto 20px;
}

header .intro-text .name {
    display: block;
    text-transform: uppercase;
    font-family: Chivo,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 3em;
    font-weight: 700;
    justify-content: center;
    
}

header .intro-text .skills {
    font-size: 1.5em;
    font-weight: 300;
    
}

header .intro-text .counter {
    font-size: 1.5em;
    font-weight: 300;
    color: #0a3250;;
}

header .intro-text .counter strong {
    background-color: #309991;
    color: #fff;
    padding: 0 0.2em;
}

span.location p {
 color: #309991; 
}


@media(min-width:1199px) {
    header .container {
        padding-top: 50px;
        padding-bottom: 100px;
    }

    header .intro-text .name {
        font-size: 4.75em;
    }

    header .intro-text .skills {
        font-size: 1.5em;
        line-height: 1.25em;
        color: #0a3250;;
        
    }

   
}

@media(min-width:1199px) {
    .navbar-fixed-top {
        padding: 5px 0;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-fixed-top .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-fixed-top.navbar-shrink {
        padding: 10px 0;
    }

    .navbar-fixed-top.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }
}

.navbar {
    text-transform: uppercase;
    font-family: Chivo,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;

}

.navbar-default {
    border-color: transparent;
    /* Required for IE 5, 6, 7 */
	/* ...or something to trigger hasLayout, like zoom: 1; */
	width: 100%; 
		
	/* Theoretically for IE 8 & 9 (more valid) */	
	/* ...but not required as filter works too */
	/* should come BEFORE filter */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	
	/* This works in IE 8 & 9 too */
	/* ... but also 5, 6, 7 */
	filter: alpha(opacity=90);
	
	/* Older than Firefox 0.9 */
	-moz-opacity:0.90;
	
	/* Safari 1.x (pre WebKit!) */
	-khtml-opacity: 0.90;
    
	/* Modern!
	/* Firefox 0.9+, Safari 2?, Chrome any?
	/* Opera 9+, IE 9+ */
	opacity: 0.90;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent;
    color: #f3eee1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: turquoise;
  background-color: transparent;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: turquoise;
  background-color: transparent;
}

.navbar a:focus {
    outline: 0;
}

.navbar .navbar-nav {
    letter-spacing: 1px;
}

.navbar .navbar-nav li a:focus {
    outline: 0;
}

.navbar-default,
.navbar-inverse {
    border: 0;
}

.navbar-default .navbar-toggle {
  border-color: turquoise;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: turquoise;
}



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

    section.first {
        padding-top: 75px;
    }
}

#portfolio .portfolio-item {
    right: 0;
    margin: 0 0 15px;
}

#portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}

#portfolio .portfolio-item .portfolio-link .caption {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(24,188,156,.9);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#portfolio .portfolio-item .portfolio-link .caption:hover {
    opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content i {
    margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content h3,
#portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
    margin: 0;
}

#portfolio * {
    z-index: 2;
}

@media(min-width:1199px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px;
    }
}

.btn-outline {
    margin-top: 15px;
    border: solid 2px #fff;
    font-size: 20px;
    color: #fff;
    background: 0 0;
    transition: all .3s ease-in-out;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    border: solid 2px #fff;
    color: #93b076;
    background: #fff;
}

.btn-full {
    margin: 25px;
    font-size: 20px;
    color: #fff;
    background: 0 0;
    background-color: #b88fd7;
    transition: all .3s ease-in-out;
    padding: 15px 20px;
    border-radius: 5px;
}

.btn-full:hover,
.btn-full:focus,
.btn-full:active,
.btn-full.active {
    background: #373736;
    color: #fff;
    text-decoration: none;
}


.floating-label-form-group {
    position: relative;
    margin-bottom: 0;
    padding-bottom: .5em;
    border-bottom: 1px solid #eee;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
    z-index: 1;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    border: 0;
    border-radius: 0;
    font-size: 1.5em;
    background: 0 0;
    box-shadow: none!important;
    resize: none;
}

.floating-label-form-group label {
    display: block;
    z-index: 0;
    position: relative;
    top: 2em;
    margin: 0;
    font-size: .85em;
    line-height: 1.764705882em;
    opacity: 0;
    -webkit-transition: top .3s ease,opacity .3s ease;
    -moz-transition: top .3s ease,opacity .3s ease;
    -ms-transition: top .3s ease,opacity .3s ease;
    transition: top .3s ease,opacity .3s ease;
}

.floating-label-form-group::not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #eee;
}

.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
}

.floating-label-form-group-with-focus label {
    color: #93b076;
}

form .row:first-child .floating-label-form-group {
    border-top: 1px solid #eee;
}



footer h3 {
    margin-bottom: 30px;
}

footer .footer-above {
    padding-top: 50px;
    background-color: #373736;
}

footer .footer-col {
    margin-bottom: 50px;
}

footer .footer-below {
    padding: 25px 0;
    background-color: #93b076;
}

.btn-social {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
}

.btn:focus,
.btn:active,
.btn.active {
    outline: 0;
}

.scroll-top {
    z-index: 1049;
    position: fixed;
    right: 2%;
    bottom: 2%;
    width: 50px;
    height: 50px;
}

.scroll-top .btn {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 28px;
}

.scroll-top .btn:focus {
    outline: 0;
}


.modal .btn-close {
  position: absolute;
  right: 30px;
  top: 30px;
} 

.modal h1, .modal h2, .modal p {
 color: #333;
}

.portfolio-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio-modal .modal-content h2 {
    margin: 0 0 20px 0;
    font-size: 3em;
    
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content .item-details {
    margin: 30px 0;
}

.partner-bg{
    /*background-color: white;*/
    background-color: transparent;
    padding:    30px;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #373736;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #373736;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}


// X-Small devices (portrait phones, less than 576px)
// No media query for `xs` since this is the default in Bootstrap

// Small devices (landscape phones, 576px and up)
@media (min-width: 576px) {
  
  h2 {
    font-size: 2.25em;
  }
  
  h3 {
    font-size: 2.25em;
  }
  
  p {
    font-size: 20px;
  }

}

// Medium devices tablets, 768px and up
@media (min-width: 768px) { 
  
  h2 {
    font-size: 3.0em;
  }
  
  h3 {
    font-size: 2.5em;
  }
  
  p {
    font-size: 24px;
  }
  
}

// Large devices (desktops, 992px and up)
@media (min-width: 992px) { 
  
}

// X-Large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { 
  
}

// XX-Large devices (larger desktops, 1400px and up)
@media (min-width: 1400px) { 
  
}



