/*
 Theme Name:   YOOtheme MyTheme
 Template:     yootheme
 Author:       John Doe
 Description:  YOOtheme Child Theme
 Version:      1.0.0
 Text Domain:  yootheme-mytheme
*/
hzml, body {
    hyphens: auto;
}
#start div .uk-panel{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

#hero-container .uk-width-1-1 {
    margin-bottom: 0;
    margin-top: auto;
}

.scroll-down-button {
  animation: pulse 1.5s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  60% {
    transform: scale(1.1);
    opacity: 0.7;
  }
}

#objekte .uk-grid .el-item {
    border: 5px solid #b38f66;
    transition: 0.2s ease-in-out;
}

#objekte .uk-grid .el-item .el-title, #objekte .uk-grid .el-item .el-meta {
    text-align: center;
}
 #objekte .uk-grid .el-item .el-meta {
    margin-bottom: 3em;
}
 #objekte .uk-grid .el-item:hover {
    scale: 1.1;
 }
 
 .uk-navbar-sticky {
 }
 
.uk-navbar-container .uk-container {
}

.uk-sticky-fixed .uk-navbar-container .uk-container {
}

.uk-navbar-toggle .uk-navbar-toggle-icon {
    padding: 1em;
    background: #b38f66;
    color: white;
}

@media (max-width:640px) {
	#hero-container {
        margin-top: -5em;
}

	
}
@media (min-width:640px) {
	#hero-container {
        margin-top: -5em;
}



}
@media (min-width:960px) {
#hero-container {
        margin-top: -25em;
}



}
@media (min-width:1200px) {




}
@media (min-width:1600px) {



		
}